Html Css Color HEX #059FA2 Persian Green

📋 copy color: '#059FA2'

red 5 ◦ green 159 ◦ blue 162

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

Shades of Persian Green #059FA2

Tints of Persian Green #059FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.77%

 BLUE value IS 162 (63.67% from 255) = 49.69%

R = 1.53%
G = 48.77%
B = 49.69%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#059FA2 (or 0x059FA2) is known color: Persian Green. HEX triplet: 05, 9F and A2. RGB value is (5,159,162). Sum of RGB (Red+Green+Blue) = 5+159+162=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #059FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059FA2 is #FA605D. Grayscale: #717171. Windows color (decimal): -16408670 or 10657541. OLE color: 10657541.

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

Color convert

RGB 5 159 162 -
CMYK 0.97 0.02 0 0.36
HSL 181.15º 0.94% 0.33% -
HSV(B) 181.15º 0.97% 0.64% -
XYZ 18.98 27.44 38.48 -
YUV 113.3 155.48 50.76 -
System Red Green Blue C M Y K H S L
Decimal 5 159 162 0.97 0.02 0 0.36 181.15 0.94 0.33
Hex 5 9F A2 61 2 0 24 B5 5E 21
Octal 5 237 242 141 2 0 44 265 136 41
Binary 101 10011111 10100010 1100001 10 0 100100 10110101 1011110 100001

Color Harmonies of #059FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FA2

Black with #059FA2

Text Example


Text Example

White with #059FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,159,162); }

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

background-color css

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

 a { background-color: rgb(5,159,162); }

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

border-color css

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

 span { border-color: rgb(5,159,162); }

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