Html Css Color HEX #08676B Blue Lagoon

📋 copy color: '#08676B'

red 8 ◦ green 103 ◦ blue 107

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

Shades of Blue Lagoon #08676B

Tints of Blue Lagoon #08676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 3.67%
G = 47.25%
B = 49.08%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08676B (or 0x08676B) is known color: Blue Lagoon. HEX triplet: 08, 67 and 6B. RGB value is (8,103,107). Sum of RGB (Red+Green+Blue) = 8+103+107=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #08676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08676B is #F79894. Grayscale: #4A4A4A. Windows color (decimal): -16226453 or 7038728. OLE color: 7038728.

HSL color Cylindrical-coordinate representation of color #08676B: hue angle of 182.42º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08676B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 103 107 -
CMYK 0.93 0.04 0 0.58
HSL 182.42º 0.86% 0.23% -
HSV(B) 182.42º 0.93% 0.42% -
XYZ 7.6 10.81 15.6 -
YUV 75.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 8 103 107 0.93 0.04 0 0.58 182.42 0.86 0.23
Hex 8 67 6B 5D 4 0 3A B6 56 17
Octal 10 147 153 135 4 0 72 266 126 27
Binary 1000 1100111 1101011 1011101 100 0 111010 10110110 1010110 10111

Color Harmonies of #08676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08676B

Black with #08676B

Text Example


Text Example

White with #08676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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