Html Css Color HEX #059C86 Persian Green

📋 copy color: '#059C86'

red 5 ◦ green 156 ◦ blue 134

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

Shades of Persian Green #059C86

Tints of Persian Green #059C86

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.88%

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 1.69%
G = 52.88%
B = 45.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#059C86 (or 0x059C86) is known color: Persian Green. HEX triplet: 05, 9C and 86. RGB value is (5,156,134). Sum of RGB (Red+Green+Blue) = 5+156+134=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #059C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C86 is #FA6379. Grayscale: #6C6C6C. Windows color (decimal): -16409466 or 8821765. OLE color: 8821765.

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

Color convert

RGB 5 156 134 -
CMYK 0.97 0 0.14 0.39
HSL 171.26º 0.94% 0.32% -
HSV(B) 171.26º 0.97% 0.61% -
XYZ 16.25 25.53 26.63 -
YUV 108.34 142.47 54.29 -
System Red Green Blue C M Y K H S L
Decimal 5 156 134 0.97 0 0.14 0.39 171.26 0.94 0.32
Hex 5 9C 86 61 0 E 27 AB 5E 20
Octal 5 234 206 141 0 16 47 253 136 40
Binary 101 10011100 10000110 1100001 0 1110 100111 10101011 1011110 100000

Color Harmonies of #059C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C86

Black with #059C86

Text Example


Text Example

White with #059C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,156,134); }

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

background-color css

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

 a { background-color: rgb(5,156,134); }

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

border-color css

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

 span { border-color: rgb(5,156,134); }

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