Html Css Color HEX #08887F Teal

📋 copy color: '#08887F'

red 8 ◦ green 136 ◦ blue 127

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

Shades of Teal #08887F

Tints of Teal #08887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.86%

R = 2.95%
G = 50.18%
B = 46.86%

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

#08887F (or 0x08887F) is known color: Teal. HEX triplet: 08, 88 and 7F. RGB value is (8,136,127). Sum of RGB (Red+Green+Blue) = 8+136+127=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #08887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08887F is #F77780. Grayscale: #606060. Windows color (decimal): -16217985 or 8357896. OLE color: 8357896.

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

Color convert

RGB 8 136 127 -
CMYK 0.94 0 0.07 0.47
HSL 175.78º 0.89% 0.28% -
HSV(B) 175.78º 0.94% 0.53% -
XYZ 12.74 19.19 23.11 -
YUV 96.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 8 136 127 0.94 0 0.07 0.47 175.78 0.89 0.28
Hex 8 88 7F 5E 0 7 2F B0 59 1C
Octal 10 210 177 136 0 7 57 260 131 34
Binary 1000 10001000 1111111 1011110 0 111 101111 10110000 1011001 11100

Color Harmonies of #08887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08887F

Black with #08887F

Text Example


Text Example

White with #08887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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