#04ABA1

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

Shades of Persian Green #04ABA1

Tints of Persian Green #04ABA1

Color information

#04ABA1 (or 0x04ABA1) is unknown color: approx Persian Green. HEX triplet: 04, AB and A1. RGB value is (4,171,161). Sum of RGB (Red+Green+Blue) = 4+171+161=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #04ABA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABA1 is #FB545E. Grayscale: #777777. Windows color (decimal): -16471135 or 10595076. OLE color: 10595076.

HSL color Cylindrical-coordinate representation of color #04ABA1: hue angle of 176.41º 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 #04ABA1 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB4171161-
CMYK0.9800.060.33
HSL176.41º95.43%34.31%-
HSV(B)176.41º97.66%67.06%-
XYZ21.0531.7238.73-
YUV119.93151.1745.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=1.19%
G=50.89%
B=47.92%

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
Decimal41711610.9800.060.33176.4195.4334.31
Hex4ABA1620621b05f22
Octal4253241142064126013742
Binary100101010111010000111000100110100001101100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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