#11967C

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

Shades of Free Speech Aquamarine #11967C

Tints of Free Speech Aquamarine #11967C

Color information

#11967C (or 0x11967C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 96 and 7C. RGB value is (17,150,124). Sum of RGB (Red+Green+Blue) = 17+150+124=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #11967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11967C is #EE6983. Grayscale: #6B6B6B. Windows color (decimal): -15624580 or 8164881. OLE color: 8164881.

HSL color Cylindrical-coordinate representation of color #11967C: hue angle of 168.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11967C is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB17150124-
CMYK0.8900.170.41
HSL168.27º79.64%32.75%-
HSV(B)168.27º88.67%58.82%-
XYZ14.7823.3922.8-
YUV107.27137.4463.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 150 (58.98% from 255) = 51.55%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=5.84%
G=51.55%
B=42.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501240.8900.170.41168.2779.6432.75
Hex11967C5901129a85021
Octal212261741310215125012041
Binary100011001011011111001011001010001101001101010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11967C; }

 p { color: rgb(17,150,124); }

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

<style>
 a { background-color: #11967C; }

 a { background-color: rgb(17,150,124); }

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

<style>
 span { border-color: #11967C; }

 span { border-color: rgb(17,150,124); }

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