#006576

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

Shades of Blue Lagoon #006576

Tints of Blue Lagoon #006576

Color information

#006576 (or 0x006576) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 76. RGB value is (0,101,118). Sum of RGB (Red+Green+Blue) = 0+101+118=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #006576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006576 is #FF9A89. Grayscale: #484848. Windows color (decimal): -16751242 or 7759104. OLE color: 7759104.

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

Color convert

RGB0101118-
CMYK10.1400.54
HSL188.64º100%23.14%-
HSV(B)188.64º100%46.27%-
XYZ7.9210.6218.77-
YUV72.74153.5476.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=0%
G=46.12%
B=53.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal010111810.1400.54188.6410023.14
Hex0657664E036bd6417
Octal01451661441606627514427
Binary01100101111011011001001110011011010111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006576; }

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

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

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

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

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

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

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

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