#04897A

Color #04897A Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #04897A

Tints of Teal #04897A

Color information

#04897A (or 0x04897A) is unknown color: approx Teal. HEX triplet: 04, 89 and 7A. RGB value is (4,137,122). Sum of RGB (Red+Green+Blue) = 4+137+122=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #04897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04897A is #FB7685. Grayscale: #5F5F5F. Windows color (decimal): -16479878 or 8030468. OLE color: 8030468.

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

Color convert

RGB4137122-
CMYK0.9700.110.46
HSL173.23º94.33%27.65%-
HSV(B)173.23º97.08%53.73%-
XYZ12.5119.3221.48-
YUV95.52142.9462.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 137 (53.91% from 255) = 52.09%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=1.52%
G=52.09%
B=46.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41371220.9700.110.46173.2394.3327.65
Hex4897A610B2Ead5e1c
Octal42111721410135625513634
Binary10010001001111101011000010101110111010101101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04897A;
 }
 .AnyTagClassName
 {
   color: #04897A;
 }
</style>
background-color css

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

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

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

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

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

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