#15A472

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

Shades of Free Speech Aquamarine #15A472

Tints of Free Speech Aquamarine #15A472

Color information

#15A472 (or 0x15A472) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, A4 and 72. RGB value is (21,164,114). Sum of RGB (Red+Green+Blue) = 21+164+114=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #15A472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A472 is #EA5B8D. Grayscale: #737373. Windows color (decimal): -15358862 or 7513109. OLE color: 7513109.

HSL color Cylindrical-coordinate representation of color #15A472: hue angle of 159.02º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A472 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB21164114-
CMYK0.8700.300.36
HSL159.02º77.3%36.27%-
HSV(B)159.02º87.2%64.31%-
XYZ16.6227.9320.43-
YUV115.54127.1260.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.02%
GREEN value IS 164 (64.45% from 255) = 54.85%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=7.02%
G=54.85%
B=38.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211641140.8700.300.36159.0277.336.27
Hex15A4725701E249f4d24
Octal252441621270364423711544
Binary101011010010011100101010111011110100100100111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A472; }

 p { color: rgb(21,164,114); }

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

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

 a { background-color: rgb(21,164,114); }

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

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

 span { border-color: rgb(21,164,114); }

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