Html Css Color HEX #00817C Teal

📋 copy color: '#00817C'

red 0 ◦ green 129 ◦ blue 124

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

Shades of Teal #00817C

Tints of Teal #00817C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.01%

R = 0%
G = 50.99%
B = 49.01%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#00817C (or 0x00817C) is known color: Teal. HEX triplet: 00, 81 and 7C. RGB value is (0,129,124). Sum of RGB (Red+Green+Blue) = 0+129+124=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #00817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00817C is #FF7E83. Grayscale: #595959. Windows color (decimal): -16744068 or 8159488. OLE color: 8159488.

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

Color convert

RGB 0 129 124 -
CMYK 1 0 0.04 0.49
HSL 177.67º 1% 0.25% -
HSV(B) 177.67º 1% 0.51% -
XYZ 11.49 17.16 21.77 -
YUV 89.86 147.26 63.91 -
System Red Green Blue C M Y K H S L
Decimal 0 129 124 1 0 0.04 0.49 177.67 1 0.25
Hex 0 81 7C 64 0 4 31 B2 64 19
Octal 0 201 174 144 0 4 61 262 144 31
Binary 0 10000001 1111100 1100100 0 100 110001 10110010 1100100 11001

Color Harmonies of #00817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00817C

Black with #00817C

Text Example


Text Example

White with #00817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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