#119580

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

Shades of Free Speech Aquamarine #119580

Tints of Free Speech Aquamarine #119580

Color information

#119580 (or 0x119580) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 95 and 80. RGB value is (17,149,128). Sum of RGB (Red+Green+Blue) = 17+149+128=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #119580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119580 is #EE6A7F. Grayscale: #6B6B6B. Windows color (decimal): -15624832 or 8426769. OLE color: 8426769.

HSL color Cylindrical-coordinate representation of color #119580: hue angle of 170.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119580 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB17149128-
CMYK0.8900.140.42
HSL170.45º79.52%32.55%-
HSV(B)170.45º88.59%58.43%-
XYZ14.8723.1724.11-
YUV107.14139.7763.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=5.78%
G=50.68%
B=43.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491280.8900.140.42170.4579.5232.55
Hex119580590E2Aaa5021
Octal212252001310165225212041
Binary100011001010110000000101100101110101010101010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119580; }

 p { color: rgb(17,149,128); }

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

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

 a { background-color: rgb(17,149,128); }

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

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

 span { border-color: rgb(17,149,128); }

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