#119581

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

Shades of Free Speech Aquamarine #119581

Tints of Free Speech Aquamarine #119581

Color information

#119581 (or 0x119581) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 95 and 81. RGB value is (17,149,129). Sum of RGB (Red+Green+Blue) = 17+149+129=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #119581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119581 is #EE6A7E. Grayscale: #6B6B6B. Windows color (decimal): -15624831 or 8492305. OLE color: 8492305.

HSL color Cylindrical-coordinate representation of color #119581: hue angle of 170.91º 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 #119581 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB17149129-
CMYK0.8900.130.42
HSL170.91º79.52%32.55%-
HSV(B)170.91º88.59%58.43%-
XYZ14.9423.224.46-
YUV107.25140.2763.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=5.76%
G=50.51%
B=43.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491290.8900.130.42170.9179.5232.55
Hex119581590D2Aab5021
Octal212252011310155225312041
Binary100011001010110000001101100101101101010101010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119581; }

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

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

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

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

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

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

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

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