Shades of Niagara #28BA98
Tints of Niagara #28BA98
RGB
CMYK
RGB Variations
Color information
#28BA98 (or 0x28BA98) is known color: Niagara. HEX triplet: 28, BA and 98. RGB value is (40,186,152). Sum of RGB (Red+Green+Blue) = 40+186+152=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA98 is #D74567. Grayscale: #8A8A8A. Windows color (decimal): -14108008 or 10009128. OLE color: 10009128.
HSL color Cylindrical-coordinate representation of color #28BA98: hue angle of 166.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA98 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 152 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.27 |
| HSL | 166.03º | 0.65% | 0.44% | - |
| HSV(B) | 166.03º | 0.78% | 0.73% | - |
| XYZ | 24.1 | 37.84 | 35.74 | - |
| YUV | 138.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 152 | 0.78 | 0 | 0.18 | 0.27 | 166.03 | 0.65 | 0.44 |
| Hex | 28 | BA | 98 | 4E | 0 | 12 | 1B | A6 | 41 | 2C |
| Octal | 50 | 272 | 230 | 116 | 0 | 22 | 33 | 246 | 101 | 54 |
| Binary | 101000 | 10111010 | 10011000 | 1001110 | 0 | 10010 | 11011 | 10100110 | 1000001 | 101100 |
Color Harmonies of #28BA98
Complementary color
Monochromatic Colors of #28BA98
Black with #28BA98
Text Example
Text Example
White with #28BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA98; }
p { color: rgb(40,186,152); }
H1.HeaderClassName
{
color: #28BA98;
}
.AnyTagClassName
{
color: #28BA98;
}
</style>
background-color css
<style>
a { background-color: #28BA98; }
a { background-color: rgb(40,186,152); }
div.DivClassName
{
background-color: #28BA98;
}
.BgClassName
{
background-color: #28BA98;
}
</style>
border-color css
<style>
span { border-color: #28BA98; }
span { border-color: rgb(40,186,152); }
td.TdClassName
{
border-color: #28BA98;
}
.TagClassName
{
border-color: #28BA98;
}
</style>