Html Css Color HEX #11A376 Free Speech Aquamarine

📋 copy color: '#11A376'

red 17 ◦ green 163 ◦ blue 118

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

Shades of Free Speech Aquamarine #11A376

Tints of Free Speech Aquamarine #11A376

RGB

 RED value IS 17 (7.03% from 255) = 5.7%

 GREEN value IS 163 (64.06% from 255) = 54.7%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 5.7%
G = 54.7%
B = 39.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#11A376 (or 0x11A376) is known color: Free Speech Aquamarine. HEX triplet: 11, A3 and 76. RGB value is (17,163,118). Sum of RGB (Red+Green+Blue) = 17+163+118=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #11A376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A376 is #EE5C89. Grayscale: #727272. Windows color (decimal): -15621258 or 7774993. OLE color: 7774993.

HSL color Cylindrical-coordinate representation of color #11A376: hue angle of 161.51º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A376 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 118 -
CMYK 0.90 0 0.28 0.36
HSL 161.51º 0.81% 0.35% -
HSV(B) 161.51º 0.9% 0.64% -
XYZ 16.6 27.62 21.6 -
YUV 114.22 130.13 58.66 -
System Red Green Blue C M Y K H S L
Decimal 17 163 118 0.90 0 0.28 0.36 161.51 0.81 0.35
Hex 11 A3 76 5A 0 1C 24 A2 51 23
Octal 21 243 166 132 0 34 44 242 121 43
Binary 10001 10100011 1110110 1011010 0 11100 100100 10100010 1010001 100011

Color Harmonies of #11A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A376

Black with #11A376

Text Example


Text Example

White with #11A376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A376; }

 p { color: rgb(17,163,118); }

 H1.HeaderClassName
 {
   color: #11A376;
 }
 .AnyTagClassName
 {
   color: #11A376;
 }
</style>

background-color css

<style>
 a { background-color: #11A376; }

 a { background-color: rgb(17,163,118); }

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

border-color css

<style>
 span { border-color: #11A376; }

 span { border-color: rgb(17,163,118); }

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