#049A8C

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

Shades of Persian Green #049A8C

Tints of Persian Green #049A8C

Color information

#049A8C (or 0x049A8C) is unknown color: approx Persian Green. HEX triplet: 04, 9A and 8C. RGB value is (4,154,140). Sum of RGB (Red+Green+Blue) = 4+154+140=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #049A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049A8C is #FB6573. Grayscale: #6B6B6B. Windows color (decimal): -16475508 or 9214468. OLE color: 9214468.

HSL color Cylindrical-coordinate representation of color #049A8C: hue angle of 174.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A8C is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB4154140-
CMYK0.9700.090.40
HSL174.4º94.94%30.98%-
HSV(B)174.4º97.4%60.39%-
XYZ16.3425.0328.78-
YUV107.55146.354.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 154 (60.55% from 255) = 51.68%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=1.34%
G=51.68%
B=46.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41541400.9700.090.40174.494.9430.98
Hex49A8C610928ae5f1f
Octal42322141410115025613737
Binary100100110101000110011000010100110100010101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,154,140); }

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

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

 a { background-color: rgb(4,154,140); }

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

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

 span { border-color: rgb(4,154,140); }

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