Html Css Color HEX #059E8C Persian Green

📋 copy color: '#059E8C'

red 5 ◦ green 158 ◦ blue 140

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

Shades of Persian Green #059E8C

Tints of Persian Green #059E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 1.65%
G = 52.15%
B = 46.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#059E8C (or 0x059E8C) is known color: Persian Green. HEX triplet: 05, 9E and 8C. RGB value is (5,158,140). Sum of RGB (Red+Green+Blue) = 5+158+140=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #059E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E8C is #FA6173. Grayscale: #6E6E6E. Windows color (decimal): -16408948 or 9215493. OLE color: 9215493.

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

Color convert

RGB 5 158 140 -
CMYK 0.97 0 0.11 0.38
HSL 172.94º 0.94% 0.32% -
HSV(B) 172.94º 0.97% 0.62% -
XYZ 17.02 26.38 29.01 -
YUV 110.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 5 158 140 0.97 0 0.11 0.38 172.94 0.94 0.32
Hex 5 9E 8C 61 0 B 26 AD 5E 20
Octal 5 236 214 141 0 13 46 255 136 40
Binary 101 10011110 10001100 1100001 0 1011 100110 10101101 1011110 100000

Color Harmonies of #059E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E8C

Black with #059E8C

Text Example


Text Example

White with #059E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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