#04A19C

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

Shades of Persian Green #04A19C

Tints of Persian Green #04A19C

Color information

#04A19C (or 0x04A19C) is unknown color: approx Persian Green. HEX triplet: 04, A1 and 9C. RGB value is (4,161,156). Sum of RGB (Red+Green+Blue) = 4+161+156=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #04A19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A19C is #FB5E63. Grayscale: #717171. Windows color (decimal): -16473700 or 10264836. OLE color: 10264836.

HSL color Cylindrical-coordinate representation of color #04A19C: hue angle of 178.09º 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 #04A19C is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB4161156-
CMYK0.9800.030.37
HSL178.09º95.15%32.35%-
HSV(B)178.09º97.52%63.14%-
XYZ18.827.9235.85-
YUV113.49151.9949.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.25%
GREEN value IS 161 (63.28% from 255) = 50.16%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=1.25%
G=50.16%
B=48.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41611560.9800.030.37178.0995.1532.35
Hex4A19C620325b25f20
Octal4241234142034526213740
Binary10010100001100111001100010011100101101100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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