Html Css Color HEX #059991 Persian Green

📋 copy color: '#059991'

red 5 ◦ green 153 ◦ blue 145

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

Shades of Persian Green #059991

Tints of Persian Green #059991

RGB

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

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

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

R = 1.65%
G = 50.5%
B = 47.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#059991 (or 0x059991) is known color: Persian Green. HEX triplet: 05, 99 and 91. RGB value is (5,153,145). Sum of RGB (Red+Green+Blue) = 5+153+145=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #059991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059991 is #FA666E. Grayscale: #6B6B6B. Windows color (decimal): -16410223 or 9541893. OLE color: 9541893.

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

Color convert

RGB 5 153 145 -
CMYK 0.97 0 0.05 0.4
HSL 176.76º 0.94% 0.31% -
HSV(B) 176.76º 0.97% 0.6% -
XYZ 16.56 24.86 30.71 -
YUV 107.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 5 153 145 0.97 0 0.05 0.4 176.76 0.94 0.31
Hex 5 99 91 61 0 5 28 B1 5E 1F
Octal 5 231 221 141 0 5 50 261 136 37
Binary 101 10011001 10010001 1100001 0 101 101000 10110001 1011110 11111

Color Harmonies of #059991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059991

Black with #059991

Text Example


Text Example

White with #059991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059991; }

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

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

background-color css

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

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

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

border-color css

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

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

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