#119675

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

Shades of Free Speech Aquamarine #119675

Tints of Free Speech Aquamarine #119675

Color information

#119675 (or 0x119675) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 96 and 75. RGB value is (17,150,117). Sum of RGB (Red+Green+Blue) = 17+150+117=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #119675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119675 is #EE698A. Grayscale: #6A6A6A. Windows color (decimal): -15624587 or 7706129. OLE color: 7706129.

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

Color convert

RGB17150117-
CMYK0.8900.220.41
HSL165.11º79.64%32.75%-
HSV(B)165.11º88.67%58.82%-
XYZ14.3523.2220.55-
YUV106.47133.9464.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.99%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=5.99%
G=52.82%
B=41.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501170.8900.220.41165.1179.6432.75
Hex1196755901629a55021
Octal212261651310265124512041
Binary100011001011011101011011001010110101001101001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119675; }

 p { color: rgb(17,150,117); }

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

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

 a { background-color: rgb(17,150,117); }

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

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

 span { border-color: rgb(17,150,117); }

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