Html Css Color HEX #08867C Teal

📋 copy color: '#08867C'

red 8 ◦ green 134 ◦ blue 124

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

Shades of Teal #08867C

Tints of Teal #08867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 3.01%
G = 50.38%
B = 46.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#08867C (or 0x08867C) is known color: Teal. HEX triplet: 08, 86 and 7C. RGB value is (8,134,124). Sum of RGB (Red+Green+Blue) = 8+134+124=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #08867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08867C is #F77983. Grayscale: #5F5F5F. Windows color (decimal): -16218500 or 8160776. OLE color: 8160776.

HSL color Cylindrical-coordinate representation of color #08867C: hue angle of 175.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08867C is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 134 124 -
CMYK 0.94 0 0.07 0.47
HSL 175.24º 0.89% 0.28% -
HSV(B) 175.24º 0.94% 0.53% -
XYZ 12.26 18.56 22 -
YUV 95.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 8 134 124 0.94 0 0.07 0.47 175.24 0.89 0.28
Hex 8 86 7C 5E 0 7 2F AF 59 1C
Octal 10 206 174 136 0 7 57 257 131 34
Binary 1000 10000110 1111100 1011110 0 111 101111 10101111 1011001 11100

Color Harmonies of #08867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08867C

Black with #08867C

Text Example


Text Example

White with #08867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08867C; }

 p { color: rgb(8,134,124); }

 H1.HeaderClassName
 {
   color: #08867C;
 }
 .AnyTagClassName
 {
   color: #08867C;
 }
</style>

background-color css

<style>
 a { background-color: #08867C; }

 a { background-color: rgb(8,134,124); }

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

border-color css

<style>
 span { border-color: #08867C; }

 span { border-color: rgb(8,134,124); }

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