Html Css Color HEX #059E90 Persian Green

📋 copy color: '#059E90'

red 5 ◦ green 158 ◦ blue 144

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

Shades of Persian Green #059E90

Tints of Persian Green #059E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 1.63%
G = 51.47%
B = 46.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#059E90 (or 0x059E90) is known color: Persian Green. HEX triplet: 05, 9E and 90. RGB value is (5,158,144). Sum of RGB (Red+Green+Blue) = 5+158+144=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #059E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E90 is #FA616F. Grayscale: #6E6E6E. Windows color (decimal): -16408944 or 9477637. OLE color: 9477637.

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

Color convert

RGB 5 158 144 -
CMYK 0.97 0 0.09 0.38
HSL 174.51º 0.94% 0.32% -
HSV(B) 174.51º 0.97% 0.62% -
XYZ 17.32 26.5 30.59 -
YUV 110.66 146.81 52.64 -
System Red Green Blue C M Y K H S L
Decimal 5 158 144 0.97 0 0.09 0.38 174.51 0.94 0.32
Hex 5 9E 90 61 0 9 26 AF 5E 20
Octal 5 236 220 141 0 11 46 257 136 40
Binary 101 10011110 10010000 1100001 0 1001 100110 10101111 1011110 100000

Color Harmonies of #059E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E90

Black with #059E90

Text Example


Text Example

White with #059E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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