Html Css Color HEX #059C74 Free Speech Aquamarine

📋 copy color: '#059C74'

red 5 ◦ green 156 ◦ blue 116

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

Shades of Free Speech Aquamarine #059C74

Tints of Free Speech Aquamarine #059C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.32%

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

R = 1.81%
G = 56.32%
B = 41.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#059C74 (or 0x059C74) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 74. RGB value is (5,156,116). Sum of RGB (Red+Green+Blue) = 5+156+116=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #059C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C74 is #FA638B. Grayscale: #6A6A6A. Windows color (decimal): -16409484 or 7642117. OLE color: 7642117.

HSL color Cylindrical-coordinate representation of color #059C74: hue angle of 164.11º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C74 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 156 116 -
CMYK 0.97 0 0.26 0.39
HSL 164.11º 0.94% 0.32% -
HSV(B) 164.11º 0.97% 0.61% -
XYZ 15.1 25.07 20.57 -
YUV 106.29 133.47 55.75 -
System Red Green Blue C M Y K H S L
Decimal 5 156 116 0.97 0 0.26 0.39 164.11 0.94 0.32
Hex 5 9C 74 61 0 1A 27 A4 5E 20
Octal 5 234 164 141 0 32 47 244 136 40
Binary 101 10011100 1110100 1100001 0 11010 100111 10100100 1011110 100000

Color Harmonies of #059C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C74

Black with #059C74

Text Example


Text Example

White with #059C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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