#119475

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

Shades of Free Speech Aquamarine #119475

Tints of Free Speech Aquamarine #119475

Color information

#119475 (or 0x119475) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 94 and 75. RGB value is (17,148,117). Sum of RGB (Red+Green+Blue) = 17+148+117=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #119475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119475 is #EE6B8A. Grayscale: #696969. Windows color (decimal): -15625099 or 7705617. OLE color: 7705617.

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

Color convert

RGB17148117-
CMYK0.8900.210.42
HSL165.8º79.39%32.35%-
HSV(B)165.8º88.51%58.04%-
XYZ14.0322.5820.45-
YUV105.3134.665.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=6.03%
G=52.48%
B=41.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171481170.8900.210.42165.879.3932.35
Hex119475590152Aa64f20
Octal212241651310255224611740
Binary100011001010011101011011001010101101010101001101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119475; }

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

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

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

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

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

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

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

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