Html Css Color HEX #059E92 Persian Green

📋 copy color: '#059E92'

red 5 ◦ green 158 ◦ blue 146

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

Shades of Persian Green #059E92

Tints of Persian Green #059E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 1.62%
G = 51.13%
B = 47.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#059E92 (or 0x059E92) is known color: Persian Green. HEX triplet: 05, 9E and 92. RGB value is (5,158,146). Sum of RGB (Red+Green+Blue) = 5+158+146=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #059E92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E92 is #FA616D. Grayscale: #6E6E6E. Windows color (decimal): -16408942 or 9608709. OLE color: 9608709.

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

Color convert

RGB 5 158 146 -
CMYK 0.97 0 0.08 0.38
HSL 175.29º 0.94% 0.32% -
HSV(B) 175.29º 0.97% 0.62% -
XYZ 17.48 26.56 31.4 -
YUV 110.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 5 158 146 0.97 0 0.08 0.38 175.29 0.94 0.32
Hex 5 9E 92 61 0 8 26 AF 5E 20
Octal 5 236 222 141 0 10 46 257 136 40
Binary 101 10011110 10010010 1100001 0 1000 100110 10101111 1011110 100000

Color Harmonies of #059E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E92

Black with #059E92

Text Example


Text Example

White with #059E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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