#04ABA6

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

Shades of Persian Green #04ABA6

Tints of Persian Green #04ABA6

Color information

#04ABA6 (or 0x04ABA6) is unknown color: approx Persian Green. HEX triplet: 04, AB and A6. RGB value is (4,171,166). Sum of RGB (Red+Green+Blue) = 4+171+166=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #04ABA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABA6 is #FB5459. Grayscale: #787878. Windows color (decimal): -16471130 or 10922756. OLE color: 10922756.

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

Color convert

RGB4171166-
CMYK0.9800.030.33
HSL178.2º95.43%34.31%-
HSV(B)178.2º97.66%67.06%-
XYZ21.531.941.1-
YUV120.5153.6744.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 166 (65.23% from 255) = 48.68%
R=1.17%
G=50.15%
B=48.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711660.9800.030.33178.295.4334.31
Hex4ABA6620321b25f22
Octal4253246142034126213742
Binary10010101011101001101100010011100001101100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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