#119D7C

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

Shades of Free Speech Aquamarine #119D7C

Tints of Free Speech Aquamarine #119D7C

Color information

#119D7C (or 0x119D7C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9D and 7C. RGB value is (17,157,124). Sum of RGB (Red+Green+Blue) = 17+157+124=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #119D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D7C is #EE6283. Grayscale: #6F6F6F. Windows color (decimal): -15622788 or 8166673. OLE color: 8166673.

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

Color convert

RGB17157124-
CMYK0.8900.210.38
HSL165.86º80.46%34.12%-
HSV(B)165.86º89.17%61.57%-
XYZ15.9325.6923.19-
YUV111.38135.1260.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 157 (61.72% from 255) = 52.68%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=5.70%
G=52.68%
B=41.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171571240.8900.210.38165.8680.4634.12
Hex119D7C5901526a65022
Octal212351741310254624612042
Binary100011001110111111001011001010101100110101001101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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