Html Css Color HEX #059F77 Free Speech Aquamarine

📋 copy color: '#059F77'

red 5 ◦ green 159 ◦ blue 119

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

Shades of Free Speech Aquamarine #059F77

Tints of Free Speech Aquamarine #059F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.18%

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

R = 1.77%
G = 56.18%
B = 42.05%

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

#059F77 (or 0x059F77) is known color: Free Speech Aquamarine. HEX triplet: 05, 9F and 77. RGB value is (5,159,119). Sum of RGB (Red+Green+Blue) = 5+159+119=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #059F77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059F77 is #FA6088. Grayscale: #6C6C6C. Windows color (decimal): -16408713 or 7839493. OLE color: 7839493.

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

Color convert

RGB 5 159 119 -
CMYK 0.97 0 0.25 0.38
HSL 164.42º 0.94% 0.32% -
HSV(B) 164.42º 0.97% 0.62% -
XYZ 15.79 26.16 21.67 -
YUV 108.39 133.98 54.25 -
System Red Green Blue C M Y K H S L
Decimal 5 159 119 0.97 0 0.25 0.38 164.42 0.94 0.32
Hex 5 9F 77 61 0 19 26 A4 5E 20
Octal 5 237 167 141 0 31 46 244 136 40
Binary 101 10011111 1110111 1100001 0 11001 100110 10100100 1011110 100000

Color Harmonies of #059F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059F77

Black with #059F77

Text Example


Text Example

White with #059F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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