Html Css Color HEX #059C80 Free Speech Aquamarine

📋 copy color: '#059C80'

red 5 ◦ green 156 ◦ blue 128

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

Shades of Free Speech Aquamarine #059C80

Tints of Free Speech Aquamarine #059C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 1.73%
G = 53.98%
B = 44.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#059C80 (or 0x059C80) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 80. RGB value is (5,156,128). Sum of RGB (Red+Green+Blue) = 5+156+128=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #059C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C80 is #FA637F. Grayscale: #6B6B6B. Windows color (decimal): -16409472 or 8428549. OLE color: 8428549.

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

Color convert

RGB 5 156 128 -
CMYK 0.97 0 0.18 0.39
HSL 168.87º 0.94% 0.32% -
HSV(B) 168.87º 0.97% 0.61% -
XYZ 15.85 25.37 24.48 -
YUV 107.66 139.47 54.78 -
System Red Green Blue C M Y K H S L
Decimal 5 156 128 0.97 0 0.18 0.39 168.87 0.94 0.32
Hex 5 9C 80 61 0 12 27 A9 5E 20
Octal 5 234 200 141 0 22 47 251 136 40
Binary 101 10011100 10000000 1100001 0 10010 100111 10101001 1011110 100000

Color Harmonies of #059C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C80

Black with #059C80

Text Example


Text Example

White with #059C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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