Html Css Color HEX #059D76 Free Speech Aquamarine

📋 copy color: '#059D76'

red 5 ◦ green 157 ◦ blue 118

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

Shades of Free Speech Aquamarine #059D76

Tints of Free Speech Aquamarine #059D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 1.79%
G = 56.07%
B = 42.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#059D76 (or 0x059D76) is known color: Free Speech Aquamarine. HEX triplet: 05, 9D and 76. RGB value is (5,157,118). Sum of RGB (Red+Green+Blue) = 5+157+118=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #059D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059D76 is #FA6289. Grayscale: #6B6B6B. Windows color (decimal): -16409226 or 7773445. OLE color: 7773445.

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

Color convert

RGB 5 157 118 -
CMYK 0.97 0 0.25 0.38
HSL 164.61º 0.94% 0.32% -
HSV(B) 164.61º 0.97% 0.62% -
XYZ 15.39 25.45 21.24 -
YUV 107.11 134.14 55.17 -
System Red Green Blue C M Y K H S L
Decimal 5 157 118 0.97 0 0.25 0.38 164.61 0.94 0.32
Hex 5 9D 76 61 0 19 26 A5 5E 20
Octal 5 235 166 141 0 31 46 245 136 40
Binary 101 10011101 1110110 1100001 0 11001 100110 10100101 1011110 100000

Color Harmonies of #059D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D76

Black with #059D76

Text Example


Text Example

White with #059D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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