#04A1A4

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

Shades of Persian Green #04A1A4

Tints of Persian Green #04A1A4

Color information

#04A1A4 (or 0x04A1A4) is unknown color: approx Persian Green. HEX triplet: 04, A1 and A4. RGB value is (4,161,164). Sum of RGB (Red+Green+Blue) = 4+161+164=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #04A1A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A1A4 is #FB5E5B. Grayscale: #727272. Windows color (decimal): -16473692 or 10789124. OLE color: 10789124.

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

Color convert

RGB4161164-
CMYK0.980.0200.36
HSL181.12º95.24%32.94%-
HSV(B)181.12º97.56%64.31%-
XYZ19.528.239.54-
YUV114.4155.9949.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=1.22%
G=48.94%
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.36
SystemRedGreenBlueCMYKHSL
Decimal41611640.980.0200.36181.1295.2432.94
Hex4A1A4622024b55f21
Octal4241244142204426513741
Binary10010100001101001001100010100100100101101011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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