#08676B

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

Shades of Blue Lagoon #08676B

Tints of Blue Lagoon #08676B

Color information

#08676B (or 0x08676B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 67 and 6B. RGB value is (8,103,107). Sum of RGB (Red+Green+Blue) = 8+103+107=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #08676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08676B is #F79894. Grayscale: #4A4A4A. Windows color (decimal): -16226453 or 7038728. OLE color: 7038728.

HSL color Cylindrical-coordinate representation of color #08676B: hue angle of 182.42º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08676B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8103107-
CMYK0.930.0400.58
HSL182.42º86.09%22.55%-
HSV(B)182.42º92.52%41.96%-
XYZ7.610.8115.6-
YUV75.05146.0380.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 103 (40.62% from 255) = 47.25%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=3.67%
G=47.25%
B=49.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81031070.930.0400.58182.4286.0922.55
Hex8676B5D403Ab65617
Octal10147153135407226612627
Binary1000110011111010111011101100011101010110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08676B; }

 p { color: rgb(8,103,107); }

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

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

 a { background-color: rgb(8,103,107); }

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

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

 span { border-color: rgb(8,103,107); }

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