#04ABA5

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

Shades of Persian Green #04ABA5

Tints of Persian Green #04ABA5

Color information

#04ABA5 (or 0x04ABA5) is unknown color: approx Persian Green. HEX triplet: 04, AB and A5. RGB value is (4,171,165). Sum of RGB (Red+Green+Blue) = 4+171+165=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #04ABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABA5 is #FB545A. Grayscale: #787878. Windows color (decimal): -16471131 or 10857220. OLE color: 10857220.

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

Color convert

RGB4171165-
CMYK0.9800.040.33
HSL177.84º95.43%34.31%-
HSV(B)177.84º97.66%67.06%-
XYZ21.431.8740.62-
YUV120.38153.1744.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 165 (64.84% from 255) = 48.53%
R=1.18%
G=50.29%
B=48.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711650.9800.040.33177.8495.4334.31
Hex4ABA5620421b25f22
Octal4253245142044126213742
Binary100101010111010010111000100100100001101100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,165); }

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

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

 a { background-color: rgb(4,171,165); }

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

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

 span { border-color: rgb(4,171,165); }

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