Html Css Color HEX #00897D Teal

📋 copy color: '#00897D'

red 0 ◦ green 137 ◦ blue 125

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

Shades of Teal #00897D

Tints of Teal #00897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.29%

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 0%
G = 52.29%
B = 47.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#00897D (or 0x00897D) is known color: Teal. HEX triplet: 00, 89 and 7D. RGB value is (0,137,125). Sum of RGB (Red+Green+Blue) = 0+137+125=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #00897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00897D is #FF7682. Grayscale: #5E5E5E. Windows color (decimal): -16742019 or 8227072. OLE color: 8227072.

HSL color Cylindrical-coordinate representation of color #00897D: hue angle of 174.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00897D is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 125 -
CMYK 1 0 0.09 0.46
HSL 174.74º 1% 0.27% -
HSV(B) 174.74º 1% 0.54% -
XYZ 12.65 19.37 22.47 -
YUV 94.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 0 137 125 1 0 0.09 0.46 174.74 1 0.27
Hex 0 89 7D 64 0 9 2E AF 64 1B
Octal 0 211 175 144 0 11 56 257 144 33
Binary 0 10001001 1111101 1100100 0 1001 101110 10101111 1100100 11011

Color Harmonies of #00897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00897D

Black with #00897D

Text Example


Text Example

White with #00897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00897D; }

 p { color: rgb(0,137,125); }

 H1.HeaderClassName
 {
   color: #00897D;
 }
 .AnyTagClassName
 {
   color: #00897D;
 }
</style>

background-color css

<style>
 a { background-color: #00897D; }

 a { background-color: rgb(0,137,125); }

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

border-color css

<style>
 span { border-color: #00897D; }

 span { border-color: rgb(0,137,125); }

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