#08696D

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

Shades of Blue Lagoon #08696D

Tints of Blue Lagoon #08696D

Color information

#08696D (or 0x08696D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 69 and 6D. RGB value is (8,105,109). Sum of RGB (Red+Green+Blue) = 8+105+109=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #08696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08696D is #F79692. Grayscale: #4C4C4C. Windows color (decimal): -16225939 or 7170312. OLE color: 7170312.

HSL color Cylindrical-coordinate representation of color #08696D: hue angle of 182.38º 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 #08696D is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8105109-
CMYK0.930.0400.57
HSL182.38º86.32%22.94%-
HSV(B)182.38º92.66%42.75%-
XYZ7.9111.2616.22-
YUV76.45146.3679.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 105 (41.41% from 255) = 47.30%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=3.60%
G=47.30%
B=49.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81051090.930.0400.57182.3886.3222.94
Hex8696D5D4039b65617
Octal10151155135407126612627
Binary1000110100111011011011101100011100110110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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