Html Css Color HEX #059C99 Persian Green

📋 copy color: '#059C99'

red 5 ◦ green 156 ◦ blue 153

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

Shades of Persian Green #059C99

Tints of Persian Green #059C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 1.59%
G = 49.68%
B = 48.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#059C99 (or 0x059C99) is known color: Persian Green. HEX triplet: 05, 9C and 99. RGB value is (5,156,153). Sum of RGB (Red+Green+Blue) = 5+156+153=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #059C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C99 is #FA6366. Grayscale: #6E6E6E. Windows color (decimal): -16409447 or 10066949. OLE color: 10066949.

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

Color convert

RGB 5 156 153 -
CMYK 0.97 0 0.02 0.39
HSL 178.81º 0.94% 0.32% -
HSV(B) 178.81º 0.97% 0.61% -
XYZ 17.7 26.11 34.24 -
YUV 110.51 151.97 52.74 -
System Red Green Blue C M Y K H S L
Decimal 5 156 153 0.97 0 0.02 0.39 178.81 0.94 0.32
Hex 5 9C 99 61 0 2 27 B3 5E 20
Octal 5 234 231 141 0 2 47 263 136 40
Binary 101 10011100 10011001 1100001 0 10 100111 10110011 1011110 100000

Color Harmonies of #059C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C99

Black with #059C99

Text Example


Text Example

White with #059C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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