#04A7A0

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

Shades of Persian Green #04A7A0

Tints of Persian Green #04A7A0

Color information

#04A7A0 (or 0x04A7A0) is unknown color: approx Persian Green. HEX triplet: 04, A7 and A0. RGB value is (4,167,160). Sum of RGB (Red+Green+Blue) = 4+167+160=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #04A7A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A7A0 is #FB585F. Grayscale: #757575. Windows color (decimal): -16472160 or 10528516. OLE color: 10528516.

HSL color Cylindrical-coordinate representation of color #04A7A0: hue angle of 177.42º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A7A0 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB4167160-
CMYK0.9800.040.35
HSL177.42º95.32%33.53%-
HSV(B)177.42º97.6%65.49%-
XYZ20.2130.238.02-
YUV117.4615247.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 167 (65.62% from 255) = 50.45%
BLUE value IS 160 (62.89% from 255) = 48.34%
R=1.21%
G=50.45%
B=48.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41671600.9800.040.35177.4295.3233.53
Hex4A7A0620423b15f22
Octal4247240142044326113742
Binary100101001111010000011000100100100011101100011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,167,160); }

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

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

 a { background-color: rgb(4,167,160); }

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

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

 span { border-color: rgb(4,167,160); }

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