Html Css Color HEX #08887E Teal

📋 copy color: '#08887E'

red 8 ◦ green 136 ◦ blue 126

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

Shades of Teal #08887E

Tints of Teal #08887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.37%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 2.96%
G = 50.37%
B = 46.67%

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

#08887E (or 0x08887E) is known color: Teal. HEX triplet: 08, 88 and 7E. RGB value is (8,136,126). Sum of RGB (Red+Green+Blue) = 8+136+126=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #08887E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08887E is #F77781. Grayscale: #606060. Windows color (decimal): -16217986 or 8292360. OLE color: 8292360.

HSL color Cylindrical-coordinate representation of color #08887E: hue angle of 175.31º 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 #08887E is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 136 126 -
CMYK 0.94 0 0.07 0.47
HSL 175.31º 0.89% 0.28% -
HSV(B) 175.31º 0.94% 0.53% -
XYZ 12.67 19.17 22.77 -
YUV 96.59 144.59 64.81 -
System Red Green Blue C M Y K H S L
Decimal 8 136 126 0.94 0 0.07 0.47 175.31 0.89 0.28
Hex 8 88 7E 5E 0 7 2F AF 59 1C
Octal 10 210 176 136 0 7 57 257 131 34
Binary 1000 10001000 1111110 1011110 0 111 101111 10101111 1011001 11100

Color Harmonies of #08887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08887E

Black with #08887E

Text Example


Text Example

White with #08887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,136,126); }

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

background-color css

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

 a { background-color: rgb(8,136,126); }

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

border-color css

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

 span { border-color: rgb(8,136,126); }

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