Html Css Color HEX #059D86 Persian Green

📋 copy color: '#059D86'

red 5 ◦ green 157 ◦ blue 134

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

Shades of Persian Green #059D86

Tints of Persian Green #059D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.04%

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

R = 1.69%
G = 53.04%
B = 45.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#059D86 (or 0x059D86) is known color: Persian Green. HEX triplet: 05, 9D and 86. RGB value is (5,157,134). Sum of RGB (Red+Green+Blue) = 5+157+134=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #059D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D86 is #FA6279. Grayscale: #6C6C6C. Windows color (decimal): -16409210 or 8822021. OLE color: 8822021.

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

Color convert

RGB 5 157 134 -
CMYK 0.97 0 0.15 0.38
HSL 170.92º 0.94% 0.32% -
HSV(B) 170.92º 0.97% 0.62% -
XYZ 16.42 25.87 26.68 -
YUV 108.93 142.14 53.87 -
System Red Green Blue C M Y K H S L
Decimal 5 157 134 0.97 0 0.15 0.38 170.92 0.94 0.32
Hex 5 9D 86 61 0 F 26 AB 5E 20
Octal 5 235 206 141 0 17 46 253 136 40
Binary 101 10011101 10000110 1100001 0 1111 100110 10101011 1011110 100000

Color Harmonies of #059D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D86

Black with #059D86

Text Example


Text Example

White with #059D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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