Html Css Color HEX #059EA3 Persian Green

📋 copy color: '#059EA3'

red 5 ◦ green 158 ◦ blue 163

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

Shades of Persian Green #059EA3

Tints of Persian Green #059EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50%

R = 1.53%
G = 48.47%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#059EA3 (or 0x059EA3) is known color: Persian Green. HEX triplet: 05, 9E and A3. RGB value is (5,158,163). Sum of RGB (Red+Green+Blue) = 5+158+163=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #059EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059EA3 is #FA615C. Grayscale: #707070. Windows color (decimal): -16408925 or 10722821. OLE color: 10722821.

HSL color Cylindrical-coordinate representation of color #059EA3: hue angle of 181.9º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059EA3 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 158 163 -
CMYK 0.97 0.03 0 0.36
HSL 181.9º 0.94% 0.33% -
HSV(B) 181.9º 0.97% 0.64% -
XYZ 18.9 27.13 38.89 -
YUV 112.82 156.31 51.09 -
System Red Green Blue C M Y K H S L
Decimal 5 158 163 0.97 0.03 0 0.36 181.9 0.94 0.33
Hex 5 9E A3 61 3 0 24 B6 5E 21
Octal 5 236 243 141 3 0 44 266 136 41
Binary 101 10011110 10100011 1100001 11 0 100100 10110110 1011110 100001

Color Harmonies of #059EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EA3

Black with #059EA3

Text Example


Text Example

White with #059EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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