Html Css Color HEX #04897D Teal

📋 copy color: '#04897D'

red 4 ◦ green 137 ◦ blue 125

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

Shades of Teal #04897D

Tints of Teal #04897D

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

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

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

R = 1.5%
G = 51.5%
B = 46.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#04897D (or 0x04897D) is known color: Teal. HEX triplet: 04, 89 and 7D. RGB value is (4,137,125). Sum of RGB (Red+Green+Blue) = 4+137+125=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #04897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04897D is #FB7682. Grayscale: #5F5F5F. Windows color (decimal): -16479875 or 8227076. OLE color: 8227076.

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

Color convert

RGB 4 137 125 -
CMYK 0.97 0 0.09 0.46
HSL 174.59º 0.94% 0.28% -
HSV(B) 174.59º 0.97% 0.54% -
XYZ 12.7 19.4 22.48 -
YUV 95.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 4 137 125 0.97 0 0.09 0.46 174.59 0.94 0.28
Hex 4 89 7D 61 0 9 2E AF 5E 1C
Octal 4 211 175 141 0 11 56 257 136 34
Binary 100 10001001 1111101 1100001 0 1001 101110 10101111 1011110 11100

Color Harmonies of #04897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04897D

Black with #04897D

Text Example


Text Example

White with #04897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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