#159C80

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

Shades of Free Speech Aquamarine #159C80

Tints of Free Speech Aquamarine #159C80

Color information

#159C80 (or 0x159C80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 9C and 80. RGB value is (21,156,128). Sum of RGB (Red+Green+Blue) = 21+156+128=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #159C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159C80 is #EA637F. Grayscale: #707070. Windows color (decimal): -15360896 or 8428565. OLE color: 8428565.

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

Color convert

RGB21156128-
CMYK0.8700.180.39
HSL167.56º76.27%34.71%-
HSV(B)167.56º86.54%61.18%-
XYZ16.0925.4924.49-
YUV112.44136.7762.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=6.89%
G=51.15%
B=41.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211561280.8700.180.39167.5676.2734.71
Hex159C805701227a84c23
Octal252342001270224725011443
Binary1010110011100100000001010111010010100111101010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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