#15A28B

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

Shades of Niagara #15A28B

Tints of Niagara #15A28B

Color information

#15A28B (or 0x15A28B) is unknown color: approx Niagara. HEX triplet: 15, A2 and 8B. RGB value is (21,162,139). Sum of RGB (Red+Green+Blue) = 21+162+139=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #15A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A28B is #EA5D74. Grayscale: #757575. Windows color (decimal): -15359349 or 9150997. OLE color: 9150997.

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

Color convert

RGB21162139-
CMYK0.8700.140.36
HSL170.21º77.05%35.88%-
HSV(B)170.21º87.04%63.53%-
XYZ17.8927.8628.86-
YUV117.22140.2959.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.52%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=6.52%
G=50.31%
B=43.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621390.8700.140.36170.2177.0535.88
Hex15A28B570E24aa4d24
Octal252422131270164425211544
Binary101011010001010001011101011101110100100101010101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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