#119E74

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

Shades of Free Speech Aquamarine #119E74

Tints of Free Speech Aquamarine #119E74

Color information

#119E74 (or 0x119E74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9E and 74. RGB value is (17,158,116). Sum of RGB (Red+Green+Blue) = 17+158+116=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #119E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E74 is #EE618B. Grayscale: #6F6F6F. Windows color (decimal): -15622540 or 7642641. OLE color: 7642641.

HSL color Cylindrical-coordinate representation of color #119E74: hue angle of 162.13º degrees, saturation: 0.81, 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 #119E74 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB17158116-
CMYK0.8900.270.38
HSL162.13º80.57%34.31%-
HSV(B)162.13º89.24%61.96%-
XYZ15.6125.8320.69-
YUV111.05130.7960.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 158 (62.11% from 255) = 54.30%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=5.84%
G=54.30%
B=39.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171581160.8900.270.38162.1380.5734.31
Hex119E745901B26a25122
Octal212361641310334624212142
Binary100011001111011101001011001011011100110101000101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,158,116); }

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

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

 a { background-color: rgb(17,158,116); }

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

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

 span { border-color: rgb(17,158,116); }

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