#04ACA1

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

Shades of Persian Green #04ACA1

Tints of Persian Green #04ACA1

Color information

#04ACA1 (or 0x04ACA1) is unknown color: approx Persian Green. HEX triplet: 04, AC and A1. RGB value is (4,172,161). Sum of RGB (Red+Green+Blue) = 4+172+161=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #04ACA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ACA1 is #FB535E. Grayscale: #787878. Windows color (decimal): -16470879 or 10595332. OLE color: 10595332.

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

Color convert

RGB4172161-
CMYK0.9800.060.33
HSL176.07º95.45%34.51%-
HSV(B)176.07º97.67%67.45%-
XYZ21.2432.138.8-
YUV120.51150.8444.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 161 (63.28% from 255) = 47.77%
R=1.19%
G=51.04%
B=47.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41721610.9800.060.33176.0795.4534.51
Hex4ACA1620621b05f23
Octal4254241142064126013743
Binary100101011001010000111000100110100001101100001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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