#039A8F

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

Shades of Persian Green #039A8F

Tints of Persian Green #039A8F

Color information

#039A8F (or 0x039A8F) is unknown color: approx Persian Green. HEX triplet: 03, 9A and 8F. RGB value is (3,154,143). Sum of RGB (Red+Green+Blue) = 3+154+143=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #039A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039A8F is #FC6570. Grayscale: #6B6B6B. Windows color (decimal): -16541041 or 9411075. OLE color: 9411075.

HSL color Cylindrical-coordinate representation of color #039A8F: hue angle of 175.63º 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 #039A8F is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB3154143-
CMYK0.9800.070.40
HSL175.63º96.18%30.78%-
HSV(B)175.63º98.05%60.39%-
XYZ16.5525.1129.96-
YUV107.6147.9753.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1%
GREEN value IS 154 (60.55% from 255) = 51.33%
BLUE value IS 143 (56.25% from 255) = 47.67%
R=1%
G=51.33%
B=47.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31541430.9800.070.40175.6396.1830.78
Hex39A8F620728b0601f
Octal3232217142075026014037
Binary1110011010100011111100010011110100010110000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039A8F; }

 p { color: rgb(3,154,143); }

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

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

 a { background-color: rgb(3,154,143); }

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

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

 span { border-color: rgb(3,154,143); }

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