#039A8B

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

Shades of Persian Green #039A8B

Tints of Persian Green #039A8B

Color information

#039A8B (or 0x039A8B) is unknown color: approx Persian Green. HEX triplet: 03, 9A and 8B. RGB value is (3,154,139). Sum of RGB (Red+Green+Blue) = 3+154+139=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #039A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039A8B is #FC6574. Grayscale: #6B6B6B. Windows color (decimal): -16541045 or 9148931. OLE color: 9148931.

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

Color convert

RGB3154139-
CMYK0.9800.100.40
HSL174.04º96.18%30.78%-
HSV(B)174.04º98.05%60.39%-
XYZ16.2524.9928.39-
YUV107.14145.9753.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 154 (60.55% from 255) = 52.03%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=1.01%
G=52.03%
B=46.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31541390.9800.100.40174.0496.1830.78
Hex39A8B620A28ae601f
Octal32322131420125025614037
Binary11100110101000101111000100101010100010101110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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