#15A07C

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

Shades of Free Speech Aquamarine #15A07C

Tints of Free Speech Aquamarine #15A07C

Color information

#15A07C (or 0x15A07C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 15, A0 and 7C. RGB value is (21,160,124). Sum of RGB (Red+Green+Blue) = 21+160+124=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #15A07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A07C is #EA5F83. Grayscale: #727272. Windows color (decimal): -15359876 or 8167445. OLE color: 8167445.

HSL color Cylindrical-coordinate representation of color #15A07C: hue angle of 164.46º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A07C is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB21160124-
CMYK0.8700.220.37
HSL164.46º76.8%35.49%-
HSV(B)164.46º86.87%62.75%-
XYZ16.5226.7623.36-
YUV114.33133.4561.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 160 (62.89% from 255) = 52.46%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=6.89%
G=52.46%
B=40.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211601240.8700.220.37164.4676.835.49
Hex15A07C5701625a44d23
Octal252401741270264524411543
Binary101011010000011111001010111010110100101101001001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,160,124); }

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

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

 a { background-color: rgb(21,160,124); }

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

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

 span { border-color: rgb(21,160,124); }

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