#119F71

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

Shades of Free Speech Aquamarine #119F71

Tints of Free Speech Aquamarine #119F71

Color information

#119F71 (or 0x119F71) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9F and 71. RGB value is (17,159,113). Sum of RGB (Red+Green+Blue) = 17+159+113=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #119F71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F71 is #EE608E. Grayscale: #6F6F6F. Windows color (decimal): -15622287 or 7446289. OLE color: 7446289.

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

Color convert

RGB17159113-
CMYK0.8900.290.38
HSL160.56º80.68%34.51%-
HSV(B)160.56º89.31%62.35%-
XYZ15.6126.1119.84-
YUV111.3128.9660.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=5.88%
G=55.02%
B=39.10%

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
Decimal171591130.8900.290.38160.5680.6834.51
Hex119F715901D26a15123
Octal212371611310354624112143
Binary100011001111111100011011001011101100110101000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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