#039994

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

Shades of Persian Green #039994

Tints of Persian Green #039994

Color information

#039994 (or 0x039994) is unknown color: approx Persian Green. HEX triplet: 03, 99 and 94. RGB value is (3,153,148). Sum of RGB (Red+Green+Blue) = 3+153+148=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #039994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039994 is #FC666B. Grayscale: #6B6B6B. Windows color (decimal): -16541292 or 9738499. OLE color: 9738499.

HSL color Cylindrical-coordinate representation of color #039994: hue angle of 178º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039994 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB3153148-
CMYK0.9800.030.4
HSL178º96.15%30.59%-
HSV(B)178º98.04%60%-
XYZ16.7724.9431.95-
YUV107.58150.853.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=0.99%
G=50.33%
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.4
SystemRedGreenBlueCMYKHSL
Decimal31531480.9800.030.417896.1530.59
Hex39994620328b2601f
Octal3231224142035026214037
Binary111001100110010100110001001110100010110010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039994; }

 p { color: rgb(3,153,148); }

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

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

 a { background-color: rgb(3,153,148); }

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

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

 span { border-color: rgb(3,153,148); }

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