Shades of Niagara #289A8A
Tints of Niagara #289A8A
RGB
CMYK
RGB Variations
Color information
#289A8A (or 0x289A8A) is known color: Niagara. HEX triplet: 28, 9A and 8A. RGB value is (40,154,138). Sum of RGB (Red+Green+Blue) = 40+154+138=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #289A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289A8A is #D76575. Grayscale: #767676. Windows color (decimal): -14116214 or 9083432. OLE color: 9083432.
HSL color Cylindrical-coordinate representation of color #289A8A: hue angle of 171.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289A8A is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 138 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.40 |
| HSL | 171.58º | 0.59% | 0.38% | - |
| HSV(B) | 171.58º | 0.74% | 0.6% | - |
| XYZ | 17.02 | 25.4 | 28.05 | - |
| YUV | 118.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 138 | 0.74 | 0 | 0.10 | 0.40 | 171.58 | 0.59 | 0.38 |
| Hex | 28 | 9A | 8A | 4A | 0 | A | 28 | AC | 3B | 26 |
| Octal | 50 | 232 | 212 | 112 | 0 | 12 | 50 | 254 | 73 | 46 |
| Binary | 101000 | 10011010 | 10001010 | 1001010 | 0 | 1010 | 101000 | 10101100 | 111011 | 100110 |
Color Harmonies of #289A8A
Complementary color
Monochromatic Colors of #289A8A
Black with #289A8A
Text Example
Text Example
White with #289A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A8A; }
p { color: rgb(40,154,138); }
H1.HeaderClassName
{
color: #289A8A;
}
.AnyTagClassName
{
color: #289A8A;
}
</style>
background-color css
<style>
a { background-color: #289A8A; }
a { background-color: rgb(40,154,138); }
div.DivClassName
{
background-color: #289A8A;
}
.BgClassName
{
background-color: #289A8A;
}
</style>
border-color css
<style>
span { border-color: #289A8A; }
span { border-color: rgb(40,154,138); }
td.TdClassName
{
border-color: #289A8A;
}
.TagClassName
{
border-color: #289A8A;
}
</style>