#15A48E

Color #15A48E Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #15A48E

Tints of Niagara #15A48E

Color information

#15A48E (or 0x15A48E) is unknown color: approx Niagara. HEX triplet: 15, A4 and 8E. RGB value is (21,164,142). Sum of RGB (Red+Green+Blue) = 21+164+142=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #15A48E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A48E is #EA5B71. Grayscale: #767676. Windows color (decimal): -15358834 or 9348117. OLE color: 9348117.

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

Color convert

RGB21164142-
CMYK0.8700.130.36
HSL170.77º77.3%36.27%-
HSV(B)170.77º87.2%64.31%-
XYZ18.4728.6630.15-
YUV118.74141.1258.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.42%
GREEN value IS 164 (64.45% from 255) = 50.15%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=6.42%
G=50.15%
B=43.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211641420.8700.130.36170.7777.336.27
Hex15A48E570D24ab4d24
Octal252442161270154425311544
Binary101011010010010001110101011101101100100101010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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