#28A697

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

Shades of Niagara #28A697

Tints of Niagara #28A697

Color information

#28A697 (or 0x28A697) is unknown color: approx Niagara. HEX triplet: 28, A6 and 97. RGB value is (40,166,151). Sum of RGB (Red+Green+Blue) = 40+166+151=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #28A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A697 is #D75968. Grayscale: #7E7E7E. Windows color (decimal): -14113129 or 9938472. OLE color: 9938472.

HSL color Cylindrical-coordinate representation of color #28A697: hue angle of 172.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A697 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB40166151-
CMYK0.7600.090.35
HSL172.86º61.17%40.39%-
HSV(B)172.86º75.9%65.1%-
XYZ20.129.9634-
YUV126.62141.7666.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 166 (65.23% from 255) = 46.50%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=11.20%
G=46.50%
B=42.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401661510.7600.090.35172.8661.1740.39
Hex28A6974C0923ad3d28
Octal50246227114011432557550
Binary101000101001101001011110011000100110001110101101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A697; }

 p { color: rgb(40,166,151); }

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

<style>
 a { background-color: #28A697; }

 a { background-color: rgb(40,166,151); }

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

<style>
 span { border-color: #28A697; }

 span { border-color: rgb(40,166,151); }

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