Html Css Color HEX #059C73 Free Speech Aquamarine

📋 copy color: '#059C73'

red 5 ◦ green 156 ◦ blue 115

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

Shades of Free Speech Aquamarine #059C73

Tints of Free Speech Aquamarine #059C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 1.81%
G = 56.52%
B = 41.67%

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

#059C73 (or 0x059C73) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 73. RGB value is (5,156,115). Sum of RGB (Red+Green+Blue) = 5+156+115=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #059C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C73 is #FA638C. Grayscale: #6A6A6A. Windows color (decimal): -16409485 or 7576581. OLE color: 7576581.

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

Color convert

RGB 5 156 115 -
CMYK 0.97 0 0.26 0.39
HSL 163.71º 0.94% 0.32% -
HSV(B) 163.71º 0.97% 0.61% -
XYZ 15.05 25.05 20.26 -
YUV 106.18 132.97 55.83 -
System Red Green Blue C M Y K H S L
Decimal 5 156 115 0.97 0 0.26 0.39 163.71 0.94 0.32
Hex 5 9C 73 61 0 1A 27 A4 5E 20
Octal 5 234 163 141 0 32 47 244 136 40
Binary 101 10011100 1110011 1100001 0 11010 100111 10100100 1011110 100000

Color Harmonies of #059C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C73

Black with #059C73

Text Example


Text Example

White with #059C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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