#08686E

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

Shades of Blue Lagoon #08686E

Tints of Blue Lagoon #08686E

Color information

#08686E (or 0x08686E) is unknown color: approx Blue Lagoon. HEX triplet: 08, 68 and 6E. RGB value is (8,104,110). Sum of RGB (Red+Green+Blue) = 8+104+110=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #08686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08686E is #F79791. Grayscale: #4B4B4B. Windows color (decimal): -16226194 or 7235592. OLE color: 7235592.

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

Color convert

RGB8104110-
CMYK0.930.0500.57
HSL183.53º86.44%23.14%-
HSV(B)183.53º92.73%43.14%-
XYZ7.8611.0816.48-
YUV75.98147.279.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=3.60%
G=46.85%
B=49.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81041100.930.0500.57183.5386.4423.14
Hex8686E5D5039b85617
Octal10150156135507127012627
Binary1000110100011011101011101101011100110111000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08686E; }

 p { color: rgb(8,104,110); }

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

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

 a { background-color: rgb(8,104,110); }

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

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

 span { border-color: rgb(8,104,110); }

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