Html Css Color HEX #08807F Teal

📋 copy color: '#08807F'

red 8 ◦ green 128 ◦ blue 127

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

Shades of Teal #08807F

Tints of Teal #08807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.67%

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

R = 3.04%
G = 48.67%
B = 48.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#08807F (or 0x08807F) is known color: Teal. HEX triplet: 08, 80 and 7F. RGB value is (8,128,127). Sum of RGB (Red+Green+Blue) = 8+128+127=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #08807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08807F is #F77F80. Grayscale: #5B5B5B. Windows color (decimal): -16220033 or 8355848. OLE color: 8355848.

HSL color Cylindrical-coordinate representation of color #08807F: hue angle of 179.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08807F is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 128 127 -
CMYK 0.94 0 0.01 0.50
HSL 179.5º 0.88% 0.27% -
HSV(B) 179.5º 0.94% 0.5% -
XYZ 11.65 17.02 22.75 -
YUV 92.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 8 128 127 0.94 0 0.01 0.50 179.5 0.88 0.27
Hex 8 80 7F 5E 0 1 32 B4 58 1B
Octal 10 200 177 136 0 1 62 264 130 33
Binary 1000 10000000 1111111 1011110 0 1 110010 10110100 1011000 11011

Color Harmonies of #08807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08807F

Black with #08807F

Text Example


Text Example

White with #08807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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