Html Css Color HEX #00897C Teal

📋 copy color: '#00897C'

red 0 ◦ green 137 ◦ blue 124

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

Shades of Teal #00897C

Tints of Teal #00897C

RGB

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

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

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

R = 0%
G = 52.49%
B = 47.51%

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

#00897C (or 0x00897C) is known color: Teal. HEX triplet: 00, 89 and 7C. RGB value is (0,137,124). Sum of RGB (Red+Green+Blue) = 0+137+124=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #00897C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00897C is #FF7683. Grayscale: #5E5E5E. Windows color (decimal): -16742020 or 8161536. OLE color: 8161536.

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

Color convert

RGB 0 137 124 -
CMYK 1 0 0.09 0.46
HSL 174.31º 1% 0.27% -
HSV(B) 174.31º 1% 0.54% -
XYZ 12.58 19.35 22.14 -
YUV 94.56 144.61 60.56 -
System Red Green Blue C M Y K H S L
Decimal 0 137 124 1 0 0.09 0.46 174.31 1 0.27
Hex 0 89 7C 64 0 9 2E AE 64 1B
Octal 0 211 174 144 0 11 56 256 144 33
Binary 0 10001001 1111100 1100100 0 1001 101110 10101110 1100100 11011

Color Harmonies of #00897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00897C

Black with #00897C

Text Example


Text Example

White with #00897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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