#006276

Color #006276 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006276

Tints of Blue Lagoon #006276

Color information

#006276 (or 0x006276) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 76. RGB value is (0,98,118). Sum of RGB (Red+Green+Blue) = 0+98+118=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #006276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006276 is #FF9D89. Grayscale: #464646. Windows color (decimal): -16752010 or 7758336. OLE color: 7758336.

HSL color Cylindrical-coordinate representation of color #006276: hue angle of 190.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006276 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB098118-
CMYK10.1700.54
HSL190.17º100%23.14%-
HSV(B)190.17º100%46.27%-
XYZ7.6410.0418.68-
YUV70.98154.5377.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=0%
G=45.37%
B=54.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal09811810.1700.54190.1710023.14
Hex062766411036be6417
Octal01421661442106627614427
Binary011000101110110110010010001011011010111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006276; }

 p { color: rgb(0,98,118); }

 H1.HeaderClassName
 {
   color: #006276;
 }
 .AnyTagClassName
 {
   color: #006276;
 }
</style>
background-color css

<style>
 a { background-color: #006276; }

 a { background-color: rgb(0,98,118); }

 div.DivClassName
 {
   background-color: #006276;
 }
 .BgClassName
 {
   background-color: #006276;
 }
</style>
border-color css

<style>
 span { border-color: #006276; }

 span { border-color: rgb(0,98,118); }

 td.TdClassName
 {
   border-color: #006276;
 }
 .TagClassName
 {
   border-color: #006276;
 }
</style>