Html Css Color HEX #059A93 Persian Green

📋 copy color: '#059A93'

red 5 ◦ green 154 ◦ blue 147

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

Shades of Persian Green #059A93

Tints of Persian Green #059A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.04%

R = 1.63%
G = 50.33%
B = 48.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#059A93 (or 0x059A93) is known color: Persian Green. HEX triplet: 05, 9A and 93. RGB value is (5,154,147). Sum of RGB (Red+Green+Blue) = 5+154+147=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #059A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059A93 is #FA656C. Grayscale: #6C6C6C. Windows color (decimal): -16409965 or 9673221. OLE color: 9673221.

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

Color convert

RGB 5 154 147 -
CMYK 0.97 0 0.05 0.40
HSL 177.18º 0.94% 0.31% -
HSV(B) 177.18º 0.97% 0.6% -
XYZ 16.88 25.25 31.59 -
YUV 108.65 149.64 54.07 -
System Red Green Blue C M Y K H S L
Decimal 5 154 147 0.97 0 0.05 0.40 177.18 0.94 0.31
Hex 5 9A 93 61 0 5 28 B1 5E 1F
Octal 5 232 223 141 0 5 50 261 136 37
Binary 101 10011010 10010011 1100001 0 101 101000 10110001 1011110 11111

Color Harmonies of #059A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A93

Black with #059A93

Text Example


Text Example

White with #059A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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