Html Css Color HEX #00897E Teal

📋 copy color: '#00897E'

red 0 ◦ green 137 ◦ blue 126

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

Shades of Teal #00897E

Tints of Teal #00897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 0%
G = 52.09%
B = 47.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#00897E (or 0x00897E) is known color: Teal. HEX triplet: 00, 89 and 7E. RGB value is (0,137,126). Sum of RGB (Red+Green+Blue) = 0+137+126=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #00897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00897E is #FF7681. Grayscale: #5E5E5E. Windows color (decimal): -16742018 or 8292608. OLE color: 8292608.

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

Color convert

RGB 0 137 126 -
CMYK 1 0 0.08 0.46
HSL 175.18º 1% 0.27% -
HSV(B) 175.18º 1% 0.54% -
XYZ 12.71 19.4 22.81 -
YUV 94.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 0 137 126 1 0 0.08 0.46 175.18 1 0.27
Hex 0 89 7E 64 0 8 2E AF 64 1B
Octal 0 211 176 144 0 10 56 257 144 33
Binary 0 10001001 1111110 1100100 0 1000 101110 10101111 1100100 11011

Color Harmonies of #00897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00897E

Black with #00897E

Text Example


Text Example

White with #00897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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