#159979

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

Shades of Free Speech Aquamarine #159979

Tints of Free Speech Aquamarine #159979

Color information

#159979 (or 0x159979) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 99 and 79. RGB value is (21,153,121). Sum of RGB (Red+Green+Blue) = 21+153+121=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #159979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159979 is #EA6686. Grayscale: #6D6D6D. Windows color (decimal): -15361671 or 7969045. OLE color: 7969045.

HSL color Cylindrical-coordinate representation of color #159979: hue angle of 165.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159979 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB21153121-
CMYK0.8600.210.4
HSL165.45º75.86%34.12%-
HSV(B)165.45º86.27%60%-
XYZ15.1524.3221.99-
YUV109.88134.2764.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=7.12%
G=51.86%
B=41.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211531210.8600.210.4165.4575.8634.12
Hex1599795601528a54c22
Octal252311711260255024511442
Binary101011001100111110011010110010101101000101001011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159979; }

 p { color: rgb(21,153,121); }

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

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

 a { background-color: rgb(21,153,121); }

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

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

 span { border-color: rgb(21,153,121); }

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