#119F84

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

Shades of Free Speech Aquamarine #119F84

Tints of Free Speech Aquamarine #119F84

Color information

#119F84 (or 0x119F84) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9F and 84. RGB value is (17,159,132). Sum of RGB (Red+Green+Blue) = 17+159+132=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #119F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F84 is #EE607B. Grayscale: #717171. Windows color (decimal): -15622268 or 8691473. OLE color: 8691473.

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

Color convert

RGB17159132-
CMYK0.8900.170.38
HSL168.59º80.68%34.51%-
HSV(B)168.59º89.31%62.35%-
XYZ16.7926.5826.08-
YUV113.46138.4659.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.52%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=5.52%
G=51.62%
B=42.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171591320.8900.170.38168.5980.6834.51
Hex119F845901126a95123
Octal212372041310214625112143
Binary1000110011111100001001011001010001100110101010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,159,132); }

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

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

 a { background-color: rgb(17,159,132); }

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

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

 span { border-color: rgb(17,159,132); }

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