#04A19E

Color #04A19E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #04A19E

Tints of Persian Green #04A19E

Color information

#04A19E (or 0x04A19E) is unknown color: approx Persian Green. HEX triplet: 04, A1 and 9E. RGB value is (4,161,158). Sum of RGB (Red+Green+Blue) = 4+161+158=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #04A19E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A19E is #FB5E61. Grayscale: #717171. Windows color (decimal): -16473698 or 10395908. OLE color: 10395908.

HSL color Cylindrical-coordinate representation of color #04A19E: hue angle of 178.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A19E is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB4161158-
CMYK0.9800.020.37
HSL178.85º95.15%32.35%-
HSV(B)178.85º97.52%63.14%-
XYZ18.9727.9836.75-
YUV113.71152.9949.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.24%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=1.24%
G=49.85%
B=48.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41611580.9800.020.37178.8595.1532.35
Hex4A19E620225b35f20
Octal4241236142024526313740
Binary10010100001100111101100010010100101101100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A19E; }

 p { color: rgb(4,161,158); }

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

<style>
 a { background-color: #04A19E; }

 a { background-color: rgb(4,161,158); }

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

<style>
 span { border-color: #04A19E; }

 span { border-color: rgb(4,161,158); }

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