Html Css Color HEX #059A90 Persian Green

📋 copy color: '#059A90'

red 5 ◦ green 154 ◦ blue 144

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

Shades of Persian Green #059A90

Tints of Persian Green #059A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.83%

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

R = 1.65%
G = 50.83%
B = 47.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#059A90 (or 0x059A90) is known color: Persian Green. HEX triplet: 05, 9A and 90. RGB value is (5,154,144). Sum of RGB (Red+Green+Blue) = 5+154+144=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #059A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059A90 is #FA656F. Grayscale: #6C6C6C. Windows color (decimal): -16409968 or 9476613. OLE color: 9476613.

HSL color Cylindrical-coordinate representation of color #059A90: hue angle of 175.97º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A90 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 154 144 -
CMYK 0.97 0 0.06 0.40
HSL 175.97º 0.94% 0.31% -
HSV(B) 175.97º 0.97% 0.6% -
XYZ 16.65 25.16 30.36 -
YUV 108.31 148.14 54.31 -
System Red Green Blue C M Y K H S L
Decimal 5 154 144 0.97 0 0.06 0.40 175.97 0.94 0.31
Hex 5 9A 90 61 0 6 28 B0 5E 1F
Octal 5 232 220 141 0 6 50 260 136 37
Binary 101 10011010 10010000 1100001 0 110 101000 10110000 1011110 11111

Color Harmonies of #059A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A90

Black with #059A90

Text Example


Text Example

White with #059A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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