#04A39D

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

Shades of Persian Green #04A39D

Tints of Persian Green #04A39D

Color information

#04A39D (or 0x04A39D) is unknown color: approx Persian Green. HEX triplet: 04, A3 and 9D. RGB value is (4,163,157). Sum of RGB (Red+Green+Blue) = 4+163+157=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #04A39D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A39D is #FB5C62. Grayscale: #727272. Windows color (decimal): -16473187 or 10330884. OLE color: 10330884.

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

Color convert

RGB4163157-
CMYK0.9800.040.36
HSL177.74º95.21%32.75%-
HSV(B)177.74º97.55%63.92%-
XYZ19.2328.6536.42-
YUV114.78151.8248.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=1.23%
G=50.31%
B=48.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41631570.9800.040.36177.7495.2132.75
Hex4A39D620424b25f21
Octal4243235142044426213741
Binary100101000111001110111000100100100100101100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,163,157); }

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

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

 a { background-color: rgb(4,163,157); }

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

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

 span { border-color: rgb(4,163,157); }

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