#119e70

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

Shades of Free Speech Aquamarine #119E70

Tints of Free Speech Aquamarine #119E70

Color information

#119E70 (or 0x119E70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9E and 70. RGB value is (17,158,112). Sum of RGB (Red+Green+Blue) = 17+158+112=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #119E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E70 is #EE618F. Grayscale: #6E6E6E. Windows color (decimal): -15622544 or 7380497. OLE color: 7380497.

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

Color convert

RGB17158112-
CMYK0.8900.290.38
HSL160.43º80.57%34.31%-
HSV(B)160.43º89.24%61.96%-
XYZ15.3825.7419.49-
YUV110.6128.7961.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.92%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=5.92%
G=55.05%
B=39.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171581120.8900.290.38160.4380.5734.31
Hex119E705901D26a05122
Octal212361601310354624012142
Binary100011001111011100001011001011101100110101000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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