Html Css Color HEX #059C85 Persian Green

📋 copy color: '#059C85'

red 5 ◦ green 156 ◦ blue 133

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

Shades of Persian Green #059C85

Tints of Persian Green #059C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 1.7%
G = 53.06%
B = 45.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#059C85 (or 0x059C85) is known color: Persian Green. HEX triplet: 05, 9C and 85. RGB value is (5,156,133). Sum of RGB (Red+Green+Blue) = 5+156+133=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #059C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C85 is #FA637A. Grayscale: #6C6C6C. Windows color (decimal): -16409467 or 8756229. OLE color: 8756229.

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

Color convert

RGB 5 156 133 -
CMYK 0.97 0 0.15 0.39
HSL 170.86º 0.94% 0.32% -
HSV(B) 170.86º 0.97% 0.61% -
XYZ 16.18 25.5 26.26 -
YUV 108.23 141.97 54.37 -
System Red Green Blue C M Y K H S L
Decimal 5 156 133 0.97 0 0.15 0.39 170.86 0.94 0.32
Hex 5 9C 85 61 0 F 27 AB 5E 20
Octal 5 234 205 141 0 17 47 253 136 40
Binary 101 10011100 10000101 1100001 0 1111 100111 10101011 1011110 100000

Color Harmonies of #059C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C85

Black with #059C85

Text Example


Text Example

White with #059C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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