Html Css Color HEX #08676E Blue Lagoon

📋 copy color: '#08676E'

red 8 ◦ green 103 ◦ blue 110

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

Shades of Blue Lagoon #08676E

Tints of Blue Lagoon #08676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 3.62%
G = 46.61%
B = 49.77%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08676E (or 0x08676E) is known color: Blue Lagoon. HEX triplet: 08, 67 and 6E. RGB value is (8,103,110). Sum of RGB (Red+Green+Blue) = 8+103+110=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #08676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08676E is #F79891. Grayscale: #4B4B4B. Windows color (decimal): -16226450 or 7235336. OLE color: 7235336.

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

Color convert

RGB 8 103 110 -
CMYK 0.93 0.06 0 0.57
HSL 184.12º 0.86% 0.23% -
HSV(B) 184.12º 0.93% 0.43% -
XYZ 7.76 10.88 16.44 -
YUV 75.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 8 103 110 0.93 0.06 0 0.57 184.12 0.86 0.23
Hex 8 67 6E 5D 6 0 39 B8 56 17
Octal 10 147 156 135 6 0 71 270 126 27
Binary 1000 1100111 1101110 1011101 110 0 111001 10111000 1010110 10111

Color Harmonies of #08676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08676E

Black with #08676E

Text Example


Text Example

White with #08676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08676E;
 }
 .AnyTagClassName
 {
   color: #08676E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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