Html Css Color HEX #00807F Teal

📋 copy color: '#00807F'

red 0 ◦ green 128 ◦ blue 127

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

Shades of Teal #00807F

Tints of Teal #00807F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 50.2%
B = 49.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#00807F (or 0x00807F) is known color: Teal. HEX triplet: 00, 80 and 7F. RGB value is (0,128,127). Sum of RGB (Red+Green+Blue) = 0+128+127=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #00807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00807F is #FF7F80. Grayscale: #595959. Windows color (decimal): -16744321 or 8355840. OLE color: 8355840.

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

Color convert

RGB 0 128 127 -
CMYK 1 0 0.01 0.50
HSL 179.53º 1% 0.25% -
HSV(B) 179.53º 1% 0.5% -
XYZ 11.55 16.97 22.75 -
YUV 89.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 0 128 127 1 0 0.01 0.50 179.53 1 0.25
Hex 0 80 7F 64 0 1 32 B4 64 19
Octal 0 200 177 144 0 1 62 264 144 31
Binary 0 10000000 1111111 1100100 0 1 110010 10110100 1100100 11001

Color Harmonies of #00807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00807F

Black with #00807F

Text Example


Text Example

White with #00807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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