#119A72

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

Shades of Free Speech Aquamarine #119A72

Tints of Free Speech Aquamarine #119A72

Color information

#119A72 (or 0x119A72) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9A and 72. RGB value is (17,154,114). Sum of RGB (Red+Green+Blue) = 17+154+114=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #119A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119A72 is #EE658D. Grayscale: #6C6C6C. Windows color (decimal): -15623566 or 7510545. OLE color: 7510545.

HSL color Cylindrical-coordinate representation of color #119A72: hue angle of 162.48º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A72 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB17154114-
CMYK0.8900.260.40
HSL162.48º80.12%33.53%-
HSV(B)162.48º88.96%60.39%-
XYZ14.8224.4519.86-
YUV108.48131.1162.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 154 (60.55% from 255) = 54.04%
BLUE value IS 114 (44.92% from 255) = 40%
R=5.96%
G=54.04%
B=40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171541140.8900.260.40162.4880.1233.53
Hex119A725901A28a25022
Octal212321621310325024212042
Binary100011001101011100101011001011010101000101000101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119A72; }

 p { color: rgb(17,154,114); }

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

<style>
 a { background-color: #119A72; }

 a { background-color: rgb(17,154,114); }

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

<style>
 span { border-color: #119A72; }

 span { border-color: rgb(17,154,114); }

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