#119F73

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

Shades of Free Speech Aquamarine #119F73

Tints of Free Speech Aquamarine #119F73

Color information

#119F73 (or 0x119F73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 9F and 73. RGB value is (17,159,115). Sum of RGB (Red+Green+Blue) = 17+159+115=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #119F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F73 is #EE608C. Grayscale: #6F6F6F. Windows color (decimal): -15622285 or 7577361. OLE color: 7577361.

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

Color convert

RGB17159115-
CMYK0.8900.280.38
HSL161.41º80.68%34.51%-
HSV(B)161.41º89.31%62.35%-
XYZ15.7226.1520.44-
YUV111.53129.9660.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 159 (62.5% from 255) = 54.64%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=5.84%
G=54.64%
B=39.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171591150.8900.280.38161.4180.6834.51
Hex119F735901C26a15123
Octal212371631310344624112143
Binary100011001111111100111011001011100100110101000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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