#159B80

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

Shades of Free Speech Aquamarine #159B80

Tints of Free Speech Aquamarine #159B80

Color information

#159B80 (or 0x159B80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 9B and 80. RGB value is (21,155,128). Sum of RGB (Red+Green+Blue) = 21+155+128=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #159B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B80 is #EA647F. Grayscale: #6F6F6F. Windows color (decimal): -15361152 or 8428309. OLE color: 8428309.

HSL color Cylindrical-coordinate representation of color #159B80: hue angle of 167.91º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B80 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB21155128-
CMYK0.8600.170.39
HSL167.91º76.14%34.51%-
HSV(B)167.91º86.45%60.78%-
XYZ15.9325.1624.44-
YUV111.86137.1163.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=6.91%
G=50.99%
B=42.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211551280.8600.170.39167.9176.1434.51
Hex159B805601127a84c23
Octal252332001260214725011443
Binary1010110011011100000001010110010001100111101010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159B80; }

 p { color: rgb(21,155,128); }

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

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

 a { background-color: rgb(21,155,128); }

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

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

 span { border-color: rgb(21,155,128); }

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