#08666D

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

Shades of Blue Lagoon #08666D

Tints of Blue Lagoon #08666D

Color information

#08666D (or 0x08666D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 66 and 6D. RGB value is (8,102,109). Sum of RGB (Red+Green+Blue) = 8+102+109=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #08666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08666D is #F79992. Grayscale: #4A4A4A. Windows color (decimal): -16226707 or 7169544. OLE color: 7169544.

HSL color Cylindrical-coordinate representation of color #08666D: hue angle of 184.16º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08666D is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8102109-
CMYK0.930.0600.57
HSL184.16º86.32%22.94%-
HSV(B)184.16º92.66%42.75%-
XYZ7.6110.6616.12-
YUV74.69147.3680.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=3.65%
G=46.58%
B=49.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81021090.930.0600.57184.1686.3222.94
Hex8666D5D6039b85617
Octal10146155135607127012627
Binary1000110011011011011011101110011100110111000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08666D; }

 p { color: rgb(8,102,109); }

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

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

 a { background-color: rgb(8,102,109); }

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

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

 span { border-color: rgb(8,102,109); }

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