Html Css Color HEX #039991 Persian Green

📋 copy color: '#039991'

red 3 ◦ green 153 ◦ blue 145

#039991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #039991

Tints of Persian Green #039991

RGB

 RED value IS 3 (1.56% from 255) = 1%

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 1%
G = 50.83%
B = 48.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#039991 (or 0x039991) is known color: Persian Green. HEX triplet: 03, 99 and 91. RGB value is (3,153,145). Sum of RGB (Red+Green+Blue) = 3+153+145=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #039991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039991 is #FC666E. Grayscale: #6B6B6B. Windows color (decimal): -16541295 or 9541891. OLE color: 9541891.

HSL color Cylindrical-coordinate representation of color #039991: hue angle of 176.8º 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 #039991 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 145 -
CMYK 0.98 0 0.05 0.4
HSL 176.8º 0.96% 0.31% -
HSV(B) 176.8º 0.98% 0.6% -
XYZ 16.54 24.85 30.71 -
YUV 107.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 3 153 145 0.98 0 0.05 0.4 176.8 0.96 0.31
Hex 3 99 91 62 0 5 28 B1 60 1F
Octal 3 231 221 142 0 5 50 261 140 37
Binary 11 10011001 10010001 1100010 0 101 101000 10110001 1100000 11111

Color Harmonies of #039991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039991

Black with #039991

Text Example


Text Example

White with #039991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039991; }

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

 H1.HeaderClassName
 {
   color: #039991;
 }
 .AnyTagClassName
 {
   color: #039991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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