Html Css Color HEX #00817B Teal

📋 copy color: '#00817B'

red 0 ◦ green 129 ◦ blue 123

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

Shades of Teal #00817B

Tints of Teal #00817B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.81%

R = 0%
G = 51.19%
B = 48.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#00817B (or 0x00817B) is known color: Teal. HEX triplet: 00, 81 and 7B. RGB value is (0,129,123). Sum of RGB (Red+Green+Blue) = 0+129+123=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #00817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00817B is #FF7E84. Grayscale: #595959. Windows color (decimal): -16744069 or 8093952. OLE color: 8093952.

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

Color convert

RGB 0 129 123 -
CMYK 1 0 0.05 0.49
HSL 177.21º 1% 0.25% -
HSV(B) 177.21º 1% 0.51% -
XYZ 11.43 17.13 21.44 -
YUV 89.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 0 129 123 1 0 0.05 0.49 177.21 1 0.25
Hex 0 81 7B 64 0 5 31 B1 64 19
Octal 0 201 173 144 0 5 61 261 144 31
Binary 0 10000001 1111011 1100100 0 101 110001 10110001 1100100 11001

Color Harmonies of #00817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00817B

Black with #00817B

Text Example


Text Example

White with #00817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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