Shades of Niagara #28AA93
Tints of Niagara #28AA93
RGB
CMYK
RGB Variations
Color information
#28AA93 (or 0x28AA93) is known color: Niagara. HEX triplet: 28, AA and 93. RGB value is (40,170,147). Sum of RGB (Red+Green+Blue) = 40+170+147=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA93 is #D7556C. Grayscale: #808080. Windows color (decimal): -14112109 or 9677352. OLE color: 9677352.
HSL color Cylindrical-coordinate representation of color #28AA93: hue angle of 169.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA93 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 147 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.33 |
| HSL | 169.38º | 0.62% | 0.41% | - |
| HSV(B) | 169.38º | 0.76% | 0.67% | - |
| XYZ | 20.52 | 31.31 | 32.57 | - |
| YUV | 128.51 | 138.43 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 147 | 0.76 | 0 | 0.14 | 0.33 | 169.38 | 0.62 | 0.41 |
| Hex | 28 | AA | 93 | 4C | 0 | E | 21 | A9 | 3E | 29 |
| Octal | 50 | 252 | 223 | 114 | 0 | 16 | 41 | 251 | 76 | 51 |
| Binary | 101000 | 10101010 | 10010011 | 1001100 | 0 | 1110 | 100001 | 10101001 | 111110 | 101001 |
Color Harmonies of #28AA93
Complementary color
Monochromatic Colors of #28AA93
Black with #28AA93
Text Example
Text Example
White with #28AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA93; }
p { color: rgb(40,170,147); }
H1.HeaderClassName
{
color: #28AA93;
}
.AnyTagClassName
{
color: #28AA93;
}
</style>
background-color css
<style>
a { background-color: #28AA93; }
a { background-color: rgb(40,170,147); }
div.DivClassName
{
background-color: #28AA93;
}
.BgClassName
{
background-color: #28AA93;
}
</style>
border-color css
<style>
span { border-color: #28AA93; }
span { border-color: rgb(40,170,147); }
td.TdClassName
{
border-color: #28AA93;
}
.TagClassName
{
border-color: #28AA93;
}
</style>