#159784

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

Shades of Free Speech Aquamarine #159784

Tints of Free Speech Aquamarine #159784

Color information

#159784 (or 0x159784) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, 97 and 84. RGB value is (21,151,132). Sum of RGB (Red+Green+Blue) = 21+151+132=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #159784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159784 is #EA687B. Grayscale: #6D6D6D. Windows color (decimal): -15362172 or 8689429. OLE color: 8689429.

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

Color convert

RGB21151132-
CMYK0.8600.130.41
HSL171.23º75.58%33.73%-
HSV(B)171.23º86.09%59.22%-
XYZ15.5423.9625.64-
YUV109.96140.4364.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=6.91%
G=49.67%
B=43.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211511320.8600.130.41171.2375.5833.73
Hex159784560D29ab4c22
Octal252272041260155125311442
Binary101011001011110000100101011001101101001101010111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159784; }

 p { color: rgb(21,151,132); }

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

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

 a { background-color: rgb(21,151,132); }

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

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

 span { border-color: rgb(21,151,132); }

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