Shades of Niagara #28A593
Tints of Niagara #28A593
RGB
CMYK
RGB Variations
Color information
#28A593 (or 0x28A593) is known color: Niagara. HEX triplet: 28, A5 and 93. RGB value is (40,165,147). Sum of RGB (Red+Green+Blue) = 40+165+147=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #28A593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A593 is #D75A6C. Grayscale: #7D7D7D. Windows color (decimal): -14113389 or 9676072. OLE color: 9676072.
HSL color Cylindrical-coordinate representation of color #28A593: hue angle of 171.36º 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 #28A593 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 147 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.35 |
| HSL | 171.36º | 0.61% | 0.4% | - |
| HSV(B) | 171.36º | 0.76% | 0.65% | - |
| XYZ | 19.6 | 29.47 | 32.26 | - |
| YUV | 125.57 | 140.09 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 147 | 0.76 | 0 | 0.11 | 0.35 | 171.36 | 0.61 | 0.4 |
| Hex | 28 | A5 | 93 | 4C | 0 | B | 23 | AB | 3D | 28 |
| Octal | 50 | 245 | 223 | 114 | 0 | 13 | 43 | 253 | 75 | 50 |
| Binary | 101000 | 10100101 | 10010011 | 1001100 | 0 | 1011 | 100011 | 10101011 | 111101 | 101000 |
Color Harmonies of #28A593
Complementary color
Monochromatic Colors of #28A593
Black with #28A593
Text Example
Text Example
White with #28A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A593; }
p { color: rgb(40,165,147); }
H1.HeaderClassName
{
color: #28A593;
}
.AnyTagClassName
{
color: #28A593;
}
</style>
background-color css
<style>
a { background-color: #28A593; }
a { background-color: rgb(40,165,147); }
div.DivClassName
{
background-color: #28A593;
}
.BgClassName
{
background-color: #28A593;
}
</style>
border-color css
<style>
span { border-color: #28A593; }
span { border-color: rgb(40,165,147); }
td.TdClassName
{
border-color: #28A593;
}
.TagClassName
{
border-color: #28A593;
}
</style>