#00817E

Color #00817E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #00817E

Tints of Teal #00817E

Color information

#00817E (or 0x00817E) is unknown color: approx Teal. HEX triplet: 00, 81 and 7E. RGB value is (0,129,126). Sum of RGB (Red+Green+Blue) = 0+129+126=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #00817E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00817E is #FF7E81. Grayscale: #595959. Windows color (decimal): -16744066 or 8290560. OLE color: 8290560.

HSL color Cylindrical-coordinate representation of color #00817E: hue angle of 178.6º 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 #00817E is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB0129126-
CMYK100.020.49
HSL178.6º100%25.29%-
HSV(B)178.6º100%50.59%-
XYZ11.6217.2122.45-
YUV90.09148.2663.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 126 (49.61% from 255) = 49.41%
R=0%
G=50.59%
B=49.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0129126100.020.49178.610025.29
Hex0817E640231b36419
Octal0201176144026126314431
Binary0100000011111110110010001011000110110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00817E;
 }
 .AnyTagClassName
 {
   color: #00817E;
 }
</style>
background-color css

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

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

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

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

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

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