Html Css Color HEX #059D77 Free Speech Aquamarine

📋 copy color: '#059D77'

red 5 ◦ green 157 ◦ blue 119

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

Shades of Free Speech Aquamarine #059D77

Tints of Free Speech Aquamarine #059D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.35%

R = 1.78%
G = 55.87%
B = 42.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#059D77 (or 0x059D77) is known color: Free Speech Aquamarine. HEX triplet: 05, 9D and 77. RGB value is (5,157,119). Sum of RGB (Red+Green+Blue) = 5+157+119=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 157 (61.72% from 255 or 55.87% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 157 - color contains mainly: green. Hex color #059D77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059D77 is #FA6288. Grayscale: #6B6B6B. Windows color (decimal): -16409225 or 7838981. OLE color: 7838981.

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

Color convert

RGB 5 157 119 -
CMYK 0.97 0 0.24 0.38
HSL 165º 0.94% 0.32% -
HSV(B) 165º 0.97% 0.62% -
XYZ 15.45 25.48 21.56 -
YUV 107.22 134.64 55.09 -
System Red Green Blue C M Y K H S L
Decimal 5 157 119 0.97 0 0.24 0.38 165 0.94 0.32
Hex 5 9D 77 61 0 18 26 A5 5E 20
Octal 5 235 167 141 0 30 46 245 136 40
Binary 101 10011101 1110111 1100001 0 11000 100110 10100101 1011110 100000

Color Harmonies of #059D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D77

Black with #059D77

Text Example


Text Example

White with #059D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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