Html Css Color HEX #00817F Teal

📋 copy color: '#00817F'

red 0 ◦ green 129 ◦ blue 127

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

Shades of Teal #00817F

Tints of Teal #00817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 0%
G = 50.39%
B = 49.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#00817F (or 0x00817F) is known color: Teal. HEX triplet: 00, 81 and 7F. RGB value is (0,129,127). Sum of RGB (Red+Green+Blue) = 0+129+127=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #00817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00817F is #FF7E80. Grayscale: #5A5A5A. Windows color (decimal): -16744065 or 8356096. OLE color: 8356096.

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

Color convert

RGB 0 129 127 -
CMYK 1 0 0.02 0.49
HSL 179.07º 1% 0.25% -
HSV(B) 179.07º 1% 0.51% -
XYZ 11.68 17.23 22.79 -
YUV 90.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 0 129 127 1 0 0.02 0.49 179.07 1 0.25
Hex 0 81 7F 64 0 2 31 B3 64 19
Octal 0 201 177 144 0 2 61 263 144 31
Binary 0 10000001 1111111 1100100 0 10 110001 10110011 1100100 11001

Color Harmonies of #00817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00817F

Black with #00817F

Text Example


Text Example

White with #00817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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