Shades of Niagara #28A693
Tints of Niagara #28A693
RGB
CMYK
RGB Variations
Color information
#28A693 (or 0x28A693) is known color: Niagara. HEX triplet: 28, A6 and 93. RGB value is (40,166,147). Sum of RGB (Red+Green+Blue) = 40+166+147=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #28A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A693 is #D7596C. Grayscale: #7E7E7E. Windows color (decimal): -14113133 or 9676328. OLE color: 9676328.
HSL color Cylindrical-coordinate representation of color #28A693: hue angle of 170.95º 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 #28A693 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 147 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.35 |
| HSL | 170.95º | 0.61% | 0.4% | - |
| HSV(B) | 170.95º | 0.76% | 0.65% | - |
| XYZ | 19.78 | 29.83 | 32.32 | - |
| YUV | 126.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 147 | 0.76 | 0 | 0.11 | 0.35 | 170.95 | 0.61 | 0.4 |
| Hex | 28 | A6 | 93 | 4C | 0 | B | 23 | AB | 3D | 28 |
| Octal | 50 | 246 | 223 | 114 | 0 | 13 | 43 | 253 | 75 | 50 |
| Binary | 101000 | 10100110 | 10010011 | 1001100 | 0 | 1011 | 100011 | 10101011 | 111101 | 101000 |
Color Harmonies of #28A693
Complementary color
Monochromatic Colors of #28A693
Black with #28A693
Text Example
Text Example
White with #28A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A693; }
p { color: rgb(40,166,147); }
H1.HeaderClassName
{
color: #28A693;
}
.AnyTagClassName
{
color: #28A693;
}
</style>
background-color css
<style>
a { background-color: #28A693; }
a { background-color: rgb(40,166,147); }
div.DivClassName
{
background-color: #28A693;
}
.BgClassName
{
background-color: #28A693;
}
</style>
border-color css
<style>
span { border-color: #28A693; }
span { border-color: rgb(40,166,147); }
td.TdClassName
{
border-color: #28A693;
}
.TagClassName
{
border-color: #28A693;
}
</style>