Html Css Color HEX #059C6A Free Speech Aquamarine

📋 copy color: '#059C6A'

red 5 ◦ green 156 ◦ blue 106

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

Shades of Free Speech Aquamarine #059C6A

Tints of Free Speech Aquamarine #059C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.7%

R = 1.87%
G = 58.43%
B = 39.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#059C6A (or 0x059C6A) is known color: Free Speech Aquamarine. HEX triplet: 05, 9C and 6A. RGB value is (5,156,106). Sum of RGB (Red+Green+Blue) = 5+156+106=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #059C6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C6A is #FA6395. Grayscale: #696969. Windows color (decimal): -16409494 or 6986757. OLE color: 6986757.

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

Color convert

RGB 5 156 106 -
CMYK 0.97 0 0.32 0.39
HSL 160.13º 0.94% 0.32% -
HSV(B) 160.13º 0.97% 0.61% -
XYZ 14.55 24.85 17.67 -
YUV 105.15 128.47 56.57 -
System Red Green Blue C M Y K H S L
Decimal 5 156 106 0.97 0 0.32 0.39 160.13 0.94 0.32
Hex 5 9C 6A 61 0 20 27 A0 5E 20
Octal 5 234 152 141 0 40 47 240 136 40
Binary 101 10011100 1101010 1100001 0 100000 100111 10100000 1011110 100000

Color Harmonies of #059C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C6A

Black with #059C6A

Text Example


Text Example

White with #059C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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