Html Css Color HEX #059F88 Persian Green

📋 copy color: '#059F88'

red 5 ◦ green 159 ◦ blue 136

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

Shades of Persian Green #059F88

Tints of Persian Green #059F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 1.67%
G = 53%
B = 45.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#059F88 (or 0x059F88) is known color: Persian Green. HEX triplet: 05, 9F and 88. RGB value is (5,159,136). Sum of RGB (Red+Green+Blue) = 5+159+136=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #059F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059F88 is #FA6077. Grayscale: #6E6E6E. Windows color (decimal): -16408696 or 8953605. OLE color: 8953605.

HSL color Cylindrical-coordinate representation of color #059F88: hue angle of 171.04º 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 #059F88 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 159 136 -
CMYK 0.97 0 0.14 0.38
HSL 171.04º 0.94% 0.32% -
HSV(B) 171.04º 0.97% 0.62% -
XYZ 16.9 26.61 27.54 -
YUV 110.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 5 159 136 0.97 0 0.14 0.38 171.04 0.94 0.32
Hex 5 9F 88 61 0 E 26 AB 5E 20
Octal 5 237 210 141 0 16 46 253 136 40
Binary 101 10011111 10001000 1100001 0 1110 100110 10101011 1011110 100000

Color Harmonies of #059F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059F88

Black with #059F88

Text Example


Text Example

White with #059F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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