Html Css Color HEX #059E85 Persian Green

📋 copy color: '#059E85'

red 5 ◦ green 158 ◦ blue 133

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

Shades of Persian Green #059E85

Tints of Persian Green #059E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.38%

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

R = 1.69%
G = 53.38%
B = 44.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#059E85 (or 0x059E85) is known color: Persian Green. HEX triplet: 05, 9E and 85. RGB value is (5,158,133). Sum of RGB (Red+Green+Blue) = 5+158+133=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #059E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E85 is #FA617A. Grayscale: #6D6D6D. Windows color (decimal): -16408955 or 8756741. OLE color: 8756741.

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

Color convert

RGB 5 158 133 -
CMYK 0.97 0 0.16 0.38
HSL 170.2º 0.94% 0.32% -
HSV(B) 170.2º 0.97% 0.62% -
XYZ 16.52 26.18 26.37 -
YUV 109.4 141.31 53.53 -
System Red Green Blue C M Y K H S L
Decimal 5 158 133 0.97 0 0.16 0.38 170.2 0.94 0.32
Hex 5 9E 85 61 0 10 26 AA 5E 20
Octal 5 236 205 141 0 20 46 252 136 40
Binary 101 10011110 10000101 1100001 0 10000 100110 10101010 1011110 100000

Color Harmonies of #059E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E85

Black with #059E85

Text Example


Text Example

White with #059E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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