Html Css Color HEX #059F91 Persian Green

📋 copy color: '#059F91'

red 5 ◦ green 159 ◦ blue 145

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

Shades of Persian Green #059F91

Tints of Persian Green #059F91

RGB

 RED value IS 5 (2.34% from 255) = 1.62%

 GREEN value IS 159 (62.5% from 255) = 51.46%

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

R = 1.62%
G = 51.46%
B = 46.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#059F91 (or 0x059F91) is known color: Persian Green. HEX triplet: 05, 9F and 91. RGB value is (5,159,145). Sum of RGB (Red+Green+Blue) = 5+159+145=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #059F91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059F91 is #FA606E. Grayscale: #6F6F6F. Windows color (decimal): -16408687 or 9543429. OLE color: 9543429.

HSL color Cylindrical-coordinate representation of color #059F91: hue angle of 174.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059F91 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 159 145 -
CMYK 0.97 0 0.09 0.38
HSL 174.55º 0.94% 0.32% -
HSV(B) 174.55º 0.97% 0.62% -
XYZ 17.57 26.87 31.05 -
YUV 111.36 146.98 52.14 -
System Red Green Blue C M Y K H S L
Decimal 5 159 145 0.97 0 0.09 0.38 174.55 0.94 0.32
Hex 5 9F 91 61 0 9 26 AF 5E 20
Octal 5 237 221 141 0 11 46 257 136 40
Binary 101 10011111 10010001 1100001 0 1001 100110 10101111 1011110 100000

Color Harmonies of #059F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059F91

Black with #059F91

Text Example


Text Example

White with #059F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059F91; }

 p { color: rgb(5,159,145); }

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

background-color css

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

 a { background-color: rgb(5,159,145); }

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

border-color css

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

 span { border-color: rgb(5,159,145); }

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