#15A272

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

Shades of Free Speech Aquamarine #15A272

Tints of Free Speech Aquamarine #15A272

Color information

#15A272 (or 0x15A272) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, A2 and 72. RGB value is (21,162,114). Sum of RGB (Red+Green+Blue) = 21+162+114=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #15A272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A272 is #EA5D8D. Grayscale: #727272. Windows color (decimal): -15359374 or 7512597. OLE color: 7512597.

HSL color Cylindrical-coordinate representation of color #15A272: hue angle of 159.57º 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 #15A272 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB21162114-
CMYK0.8700.300.36
HSL159.57º77.05%35.88%-
HSV(B)159.57º87.04%63.53%-
XYZ16.2727.2120.32-
YUV114.37127.7961.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.07%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=7.07%
G=54.55%
B=38.38%

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
Decimal211621140.8700.300.36159.5777.0535.88
Hex15A2725701E24a04d24
Octal252421621270364424011544
Binary101011010001011100101010111011110100100101000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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