#119E6E

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

Shades of Free Speech Aquamarine #119E6E

Tints of Free Speech Aquamarine #119E6E

Color information

#119E6E (or 0x119E6E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9E and 6E. RGB value is (17,158,110). Sum of RGB (Red+Green+Blue) = 17+158+110=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #119E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E6E is #EE6191. Grayscale: #6E6E6E. Windows color (decimal): -15622546 or 7249425. OLE color: 7249425.

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

Color convert

RGB17158110-
CMYK0.8900.300.38
HSL159.57º80.57%34.31%-
HSV(B)159.57º89.24%61.96%-
XYZ15.2725.718.91-
YUV110.37127.7961.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 158 (62.11% from 255) = 55.44%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=5.96%
G=55.44%
B=38.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171581100.8900.300.38159.5780.5734.31
Hex119E6E5901E26a05122
Octal212361561310364624012142
Binary100011001111011011101011001011110100110101000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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