#15A277

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

Shades of Free Speech Aquamarine #15A277

Tints of Free Speech Aquamarine #15A277

Color information

#15A277 (or 0x15A277) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, A2 and 77. RGB value is (21,162,119). Sum of RGB (Red+Green+Blue) = 21+162+119=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #15A277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A277 is #EA5D88. Grayscale: #727272. Windows color (decimal): -15359369 or 7840277. OLE color: 7840277.

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

Color convert

RGB21162119-
CMYK0.8700.270.36
HSL161.7º77.05%35.88%-
HSV(B)161.7º87.04%63.53%-
XYZ16.5627.3321.86-
YUV114.94130.2961-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=6.95%
G=53.64%
B=39.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621190.8700.270.36161.777.0535.88
Hex15A2775701B24a24d24
Octal252421671270334424211544
Binary101011010001011101111010111011011100100101000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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