#11957F

Color #11957F Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #11957F

Tints of Free Speech Aquamarine #11957F

Color information

#11957F (or 0x11957F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 95 and 7F. RGB value is (17,149,127). Sum of RGB (Red+Green+Blue) = 17+149+127=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #11957F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11957F is #EE6A80. Grayscale: #6A6A6A. Windows color (decimal): -15624833 or 8361233. OLE color: 8361233.

HSL color Cylindrical-coordinate representation of color #11957F: hue angle of 170º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11957F is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB17149127-
CMYK0.8900.150.42
HSL170º79.52%32.55%-
HSV(B)170º88.59%58.43%-
XYZ14.8123.1523.77-
YUV107.02139.2763.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 127 (50% from 255) = 43.34%
R=5.80%
G=50.85%
B=43.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491270.8900.150.4217079.5232.55
Hex11957F590F2Aaa5021
Octal212251771310175225212041
Binary10001100101011111111101100101111101010101010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11957F; }

 p { color: rgb(17,149,127); }

 H1.HeaderClassName
 {
   color: #11957F;
 }
 .AnyTagClassName
 {
   color: #11957F;
 }
</style>
background-color css

<style>
 a { background-color: #11957F; }

 a { background-color: rgb(17,149,127); }

 div.DivClassName
 {
   background-color: #11957F;
 }
 .BgClassName
 {
   background-color: #11957F;
 }
</style>
border-color css

<style>
 span { border-color: #11957F; }

 span { border-color: rgb(17,149,127); }

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