Html Css Color HEX #059E80 Free Speech Aquamarine

📋 copy color: '#059E80'

red 5 ◦ green 158 ◦ blue 128

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

Shades of Free Speech Aquamarine #059E80

Tints of Free Speech Aquamarine #059E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.3%

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

R = 1.72%
G = 54.3%
B = 43.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#059E80 (or 0x059E80) is known color: Free Speech Aquamarine. HEX triplet: 05, 9E and 80. RGB value is (5,158,128). Sum of RGB (Red+Green+Blue) = 5+158+128=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #059E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E80 is #FA617F. Grayscale: #6C6C6C. Windows color (decimal): -16408960 or 8429061. OLE color: 8429061.

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

Color convert

RGB 5 158 128 -
CMYK 0.97 0 0.19 0.38
HSL 168.24º 0.94% 0.32% -
HSV(B) 168.24º 0.97% 0.62% -
XYZ 16.19 26.04 24.6 -
YUV 108.83 138.81 53.94 -
System Red Green Blue C M Y K H S L
Decimal 5 158 128 0.97 0 0.19 0.38 168.24 0.94 0.32
Hex 5 9E 80 61 0 13 26 A8 5E 20
Octal 5 236 200 141 0 23 46 250 136 40
Binary 101 10011110 10000000 1100001 0 10011 100110 10101000 1011110 100000

Color Harmonies of #059E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E80

Black with #059E80

Text Example


Text Example

White with #059E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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