#006476

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

Shades of Blue Lagoon #006476

Tints of Blue Lagoon #006476

Color information

#006476 (or 0x006476) is unknown color: approx Blue Lagoon. HEX triplet: 00, 64 and 76. RGB value is (0,100,118). Sum of RGB (Red+Green+Blue) = 0+100+118=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #006476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006476 is #FF9B89. Grayscale: #474747. Windows color (decimal): -16751498 or 7758848. OLE color: 7758848.

HSL color Cylindrical-coordinate representation of color #006476: hue angle of 189.15º 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 #006476 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0100118-
CMYK10.1500.54
HSL189.15º100%23.14%-
HSV(B)189.15º100%46.27%-
XYZ7.8310.4218.74-
YUV72.15153.8776.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=0%
G=45.87%
B=54.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal010011810.1500.54189.1510023.14
Hex0647664F036bd6417
Octal01441661441706627514427
Binary01100100111011011001001111011011010111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006476; }

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

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

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

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

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

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

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

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