Html Css Color HEX #059DA3 Persian Green

📋 copy color: '#059DA3'

red 5 ◦ green 157 ◦ blue 163

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

Shades of Persian Green #059DA3

Tints of Persian Green #059DA3

RGB

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

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

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

R = 1.54%
G = 48.31%
B = 50.15%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#059DA3 (or 0x059DA3) is known color: Persian Green. HEX triplet: 05, 9D and A3. RGB value is (5,157,163). Sum of RGB (Red+Green+Blue) = 5+157+163=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #059DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DA3 is #FA625C. Grayscale: #707070. Windows color (decimal): -16409181 or 10722565. OLE color: 10722565.

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

Color convert

RGB 5 157 163 -
CMYK 0.97 0.04 0 0.36
HSL 182.28º 0.94% 0.33% -
HSV(B) 182.28º 0.97% 0.64% -
XYZ 18.73 26.79 38.83 -
YUV 112.24 156.64 51.51 -
System Red Green Blue C M Y K H S L
Decimal 5 157 163 0.97 0.04 0 0.36 182.28 0.94 0.33
Hex 5 9D A3 61 4 0 24 B6 5E 21
Octal 5 235 243 141 4 0 44 266 136 41
Binary 101 10011101 10100011 1100001 100 0 100100 10110110 1011110 100001

Color Harmonies of #059DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DA3

Black with #059DA3

Text Example


Text Example

White with #059DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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