Shades of Niagara #28AC98
Tints of Niagara #28AC98
RGB
CMYK
RGB Variations
Color information
#28AC98 (or 0x28AC98) is known color: Niagara. HEX triplet: 28, AC and 98. RGB value is (40,172,152). Sum of RGB (Red+Green+Blue) = 40+172+152=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC98 is #D75367. Grayscale: #828282. Windows color (decimal): -14111592 or 10005544. OLE color: 10005544.
HSL color Cylindrical-coordinate representation of color #28AC98: hue angle of 170.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC98 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 152 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.33 |
| HSL | 170.91º | 0.62% | 0.42% | - |
| HSV(B) | 170.91º | 0.77% | 0.67% | - |
| XYZ | 21.3 | 32.22 | 34.8 | - |
| YUV | 130.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 152 | 0.77 | 0 | 0.12 | 0.33 | 170.91 | 0.62 | 0.42 |
| Hex | 28 | AC | 98 | 4D | 0 | C | 21 | AB | 3E | 2A |
| Octal | 50 | 254 | 230 | 115 | 0 | 14 | 41 | 253 | 76 | 52 |
| Binary | 101000 | 10101100 | 10011000 | 1001101 | 0 | 1100 | 100001 | 10101011 | 111110 | 101010 |
Color Harmonies of #28AC98
Complementary color
Monochromatic Colors of #28AC98
Black with #28AC98
Text Example
Text Example
White with #28AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC98; }
p { color: rgb(40,172,152); }
H1.HeaderClassName
{
color: #28AC98;
}
.AnyTagClassName
{
color: #28AC98;
}
</style>
background-color css
<style>
a { background-color: #28AC98; }
a { background-color: rgb(40,172,152); }
div.DivClassName
{
background-color: #28AC98;
}
.BgClassName
{
background-color: #28AC98;
}
</style>
border-color css
<style>
span { border-color: #28AC98; }
span { border-color: rgb(40,172,152); }
td.TdClassName
{
border-color: #28AC98;
}
.TagClassName
{
border-color: #28AC98;
}
</style>