#049EA1

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

Shades of Persian Green #049EA1

Tints of Persian Green #049EA1

Color information

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

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

Color convert

RGB4158161-
CMYK0.980.0200.37
HSL181.15º95.15%32.35%-
HSV(B)181.15º97.52%63.14%-
XYZ18.7127.0537.95-
YUV112.3155.4850.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41581610.980.0200.37181.1595.1532.35
Hex49EA1622025b55f20
Octal4236241142204526513740
Binary10010011110101000011100010100100101101101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049EA1; }

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

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

<style>
 a { background-color: #049EA1; }

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

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

<style>
 span { border-color: #049EA1; }

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

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