Html Css Color HEX #08676F Blue Lagoon

📋 copy color: '#08676F'

red 8 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #08676F

Tints of Blue Lagoon #08676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 3.6%
G = 46.4%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08676F (or 0x08676F) is known color: Blue Lagoon. HEX triplet: 08, 67 and 6F. RGB value is (8,103,111). Sum of RGB (Red+Green+Blue) = 8+103+111=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #08676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08676F is #F79890. Grayscale: #4B4B4B. Windows color (decimal): -16226449 or 7300872. OLE color: 7300872.

HSL color Cylindrical-coordinate representation of color #08676F: hue angle of 184.66º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08676F is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 103 111 -
CMYK 0.93 0.07 0 0.56
HSL 184.66º 0.87% 0.23% -
HSV(B) 184.66º 0.93% 0.44% -
XYZ 7.82 10.9 16.73 -
YUV 75.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 8 103 111 0.93 0.07 0 0.56 184.66 0.87 0.23
Hex 8 67 6F 5D 7 0 38 B9 57 17
Octal 10 147 157 135 7 0 70 271 127 27
Binary 1000 1100111 1101111 1011101 111 0 111000 10111001 1010111 10111

Color Harmonies of #08676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08676F

Black with #08676F

Text Example


Text Example

White with #08676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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