#15A273

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

Shades of Free Speech Aquamarine #15A273

Tints of Free Speech Aquamarine #15A273

Color information

#15A273 (or 0x15A273) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, A2 and 73. RGB value is (21,162,115). Sum of RGB (Red+Green+Blue) = 21+162+115=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #15A273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A273 is #EA5D8C. Grayscale: #727272. Windows color (decimal): -15359373 or 7578133. OLE color: 7578133.

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

Color convert

RGB21162115-
CMYK0.8700.290.36
HSL160º77.05%35.88%-
HSV(B)160º87.04%63.53%-
XYZ16.3227.2420.62-
YUV114.48128.2961.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.05%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=7.05%
G=54.36%
B=38.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621150.8700.290.3616077.0535.88
Hex15A2735701D24a04d24
Octal252421631270354424011544
Binary101011010001011100111010111011101100100101000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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