#04A688

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

Shades of Persian Green #04A688

Tints of Persian Green #04A688

Color information

#04A688 (or 0x04A688) is unknown color: approx Persian Green. HEX triplet: 04, A6 and 88. RGB value is (4,166,136). Sum of RGB (Red+Green+Blue) = 4+166+136=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #04A688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A688 is #FB5977. Grayscale: #727272. Windows color (decimal): -16472440 or 8955396. OLE color: 8955396.

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

Color convert

RGB4166136-
CMYK0.9800.180.35
HSL168.89º95.29%33.33%-
HSV(B)168.89º97.59%65.1%-
XYZ18.1329.0827.95-
YUV114.14140.3349.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 166 (65.23% from 255) = 54.25%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=1.31%
G=54.25%
B=44.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41661360.9800.180.35168.8995.2933.33
Hex4A6886201223a95f21
Octal42462101420224325113741
Binary10010100110100010001100010010010100011101010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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