Html Css Color HEX #059D80 Free Speech Aquamarine

📋 copy color: '#059D80'

red 5 ◦ green 157 ◦ blue 128

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

Shades of Free Speech Aquamarine #059D80

Tints of Free Speech Aquamarine #059D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.14%

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

R = 1.72%
G = 54.14%
B = 44.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#059D80 (or 0x059D80) is known color: Free Speech Aquamarine. HEX triplet: 05, 9D and 80. RGB value is (5,157,128). Sum of RGB (Red+Green+Blue) = 5+157+128=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #059D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D80 is #FA627F. Grayscale: #6C6C6C. Windows color (decimal): -16409216 or 8428805. OLE color: 8428805.

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

Color convert

RGB 5 157 128 -
CMYK 0.97 0 0.18 0.38
HSL 168.55º 0.94% 0.32% -
HSV(B) 168.55º 0.97% 0.62% -
XYZ 16.02 25.7 24.54 -
YUV 108.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 5 157 128 0.97 0 0.18 0.38 168.55 0.94 0.32
Hex 5 9D 80 61 0 12 26 A9 5E 20
Octal 5 235 200 141 0 22 46 251 136 40
Binary 101 10011101 10000000 1100001 0 10010 100110 10101001 1011110 100000

Color Harmonies of #059D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D80

Black with #059D80

Text Example


Text Example

White with #059D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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