#119977

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

Shades of Free Speech Aquamarine #119977

Tints of Free Speech Aquamarine #119977

Color information

#119977 (or 0x119977) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 99 and 77. RGB value is (17,153,119). Sum of RGB (Red+Green+Blue) = 17+153+119=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #119977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119977 is #EE6688. Grayscale: #6C6C6C. Windows color (decimal): -15623817 or 7837969. OLE color: 7837969.

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

Color convert

RGB17153119-
CMYK0.8900.220.4
HSL165º80%33.33%-
HSV(B)165º88.89%60%-
XYZ14.9524.2321.34-
YUV108.46133.9462.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=5.88%
G=52.94%
B=41.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171531190.8900.220.41658033.33
Hex1199775901628a55021
Octal212311671310265024512041
Binary100011001100111101111011001010110101000101001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119977; }

 p { color: rgb(17,153,119); }

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

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

 a { background-color: rgb(17,153,119); }

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

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

 span { border-color: rgb(17,153,119); }

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