Html Css Color HEX #059F74 Free Speech Aquamarine

📋 copy color: '#059F74'

red 5 ◦ green 159 ◦ blue 116

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

Shades of Free Speech Aquamarine #059F74

Tints of Free Speech Aquamarine #059F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 1.79%
G = 56.79%
B = 41.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#059F74 (or 0x059F74) is known color: Free Speech Aquamarine. HEX triplet: 05, 9F and 74. RGB value is (5,159,116). Sum of RGB (Red+Green+Blue) = 5+159+116=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #059F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059F74 is #FA608B. Grayscale: #6C6C6C. Windows color (decimal): -16408716 or 7642885. OLE color: 7642885.

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

Color convert

RGB 5 159 116 -
CMYK 0.97 0 0.27 0.38
HSL 163.25º 0.94% 0.32% -
HSV(B) 163.25º 0.97% 0.62% -
XYZ 15.61 26.09 20.74 -
YUV 108.05 132.48 54.5 -
System Red Green Blue C M Y K H S L
Decimal 5 159 116 0.97 0 0.27 0.38 163.25 0.94 0.32
Hex 5 9F 74 61 0 1B 26 A3 5E 20
Octal 5 237 164 141 0 33 46 243 136 40
Binary 101 10011111 1110100 1100001 0 11011 100110 10100011 1011110 100000

Color Harmonies of #059F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059F74

Black with #059F74

Text Example


Text Example

White with #059F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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