Html Css Color HEX #059C97 Persian Green

📋 copy color: '#059C97'

red 5 ◦ green 156 ◦ blue 151

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

Shades of Persian Green #059C97

Tints of Persian Green #059C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50%

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 1.6%
G = 50%
B = 48.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#059C97 (or 0x059C97) is known color: Persian Green. HEX triplet: 05, 9C and 97. RGB value is (5,156,151). Sum of RGB (Red+Green+Blue) = 5+156+151=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #059C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C97 is #FA6368. Grayscale: #6E6E6E. Windows color (decimal): -16409449 or 9935877. OLE color: 9935877.

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

Color convert

RGB 5 156 151 -
CMYK 0.97 0 0.03 0.39
HSL 178.01º 0.94% 0.32% -
HSV(B) 178.01º 0.97% 0.61% -
XYZ 17.54 26.04 33.38 -
YUV 110.28 150.97 52.91 -
System Red Green Blue C M Y K H S L
Decimal 5 156 151 0.97 0 0.03 0.39 178.01 0.94 0.32
Hex 5 9C 97 61 0 3 27 B2 5E 20
Octal 5 234 227 141 0 3 47 262 136 40
Binary 101 10011100 10010111 1100001 0 11 100111 10110010 1011110 100000

Color Harmonies of #059C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C97

Black with #059C97

Text Example


Text Example

White with #059C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,156,151); }

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

background-color css

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

 a { background-color: rgb(5,156,151); }

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

border-color css

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

 span { border-color: rgb(5,156,151); }

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