Html Css Color HEX #04897C Teal

📋 copy color: '#04897C'

red 4 ◦ green 137 ◦ blue 124

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

Shades of Teal #04897C

Tints of Teal #04897C

RGB

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

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

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

R = 1.51%
G = 51.7%
B = 46.79%

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

#04897C (or 0x04897C) is known color: Teal. HEX triplet: 04, 89 and 7C. RGB value is (4,137,124). Sum of RGB (Red+Green+Blue) = 4+137+124=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #04897C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04897C is #FB7683. Grayscale: #5F5F5F. Windows color (decimal): -16479876 or 8161540. OLE color: 8161540.

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

Color convert

RGB 4 137 124 -
CMYK 0.97 0 0.09 0.46
HSL 174.14º 0.94% 0.28% -
HSV(B) 174.14º 0.97% 0.54% -
XYZ 12.63 19.37 22.14 -
YUV 95.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 4 137 124 0.97 0 0.09 0.46 174.14 0.94 0.28
Hex 4 89 7C 61 0 9 2E AE 5E 1C
Octal 4 211 174 141 0 11 56 256 136 34
Binary 100 10001001 1111100 1100001 0 1001 101110 10101110 1011110 11100

Color Harmonies of #04897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04897C

Black with #04897C

Text Example


Text Example

White with #04897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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