Html Css Color HEX #08686D Blue Lagoon

📋 copy color: '#08686D'

red 8 ◦ green 104 ◦ blue 109

#08686D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #08686D

Tints of Blue Lagoon #08686D

RGB

 RED value IS 8 (3.52% from 255) = 3.62%

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 3.62%
G = 47.06%
B = 49.32%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08686D (or 0x08686D) is known color: Blue Lagoon. HEX triplet: 08, 68 and 6D. RGB value is (8,104,109). Sum of RGB (Red+Green+Blue) = 8+104+109=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #08686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08686D is #F79792. Grayscale: #4B4B4B. Windows color (decimal): -16226195 or 7170056. OLE color: 7170056.

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

Color convert

RGB 8 104 109 -
CMYK 0.93 0.05 0 0.57
HSL 182.97º 0.86% 0.23% -
HSV(B) 182.97º 0.93% 0.43% -
XYZ 7.81 11.06 16.19 -
YUV 75.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 8 104 109 0.93 0.05 0 0.57 182.97 0.86 0.23
Hex 8 68 6D 5D 5 0 39 B7 56 17
Octal 10 150 155 135 5 0 71 267 126 27
Binary 1000 1101000 1101101 1011101 101 0 111001 10110111 1010110 10111

Color Harmonies of #08686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08686D

Black with #08686D

Text Example


Text Example

White with #08686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08686D;
 }
 .AnyTagClassName
 {
   color: #08686D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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