Shades of Niagara #26AB92
Tints of Niagara #26AB92
RGB
CMYK
RGB Variations
Color information
#26AB92 (or 0x26AB92) is known color: Niagara. HEX triplet: 26, AB and 92. RGB value is (38,171,146). Sum of RGB (Red+Green+Blue) = 38+171+146=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AB92 is #D9546D. Grayscale: #808080. Windows color (decimal): -14242926 or 9612070. OLE color: 9612070.
HSL color Cylindrical-coordinate representation of color #26AB92: hue angle of 168.72º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AB92 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 171 | 146 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.33 |
| HSL | 168.72º | 0.64% | 0.41% | - |
| HSV(B) | 168.72º | 0.78% | 0.67% | - |
| XYZ | 20.55 | 31.61 | 32.21 | - |
| YUV | 128.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 146 | 0.78 | 0 | 0.15 | 0.33 | 168.72 | 0.64 | 0.41 |
| Hex | 26 | AB | 92 | 4E | 0 | F | 21 | A9 | 40 | 29 |
| Octal | 46 | 253 | 222 | 116 | 0 | 17 | 41 | 251 | 100 | 51 |
| Binary | 100110 | 10101011 | 10010010 | 1001110 | 0 | 1111 | 100001 | 10101001 | 1000000 | 101001 |
Color Harmonies of #26AB92
Complementary color
Monochromatic Colors of #26AB92
Black with #26AB92
Text Example
Text Example
White with #26AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AB92; }
p { color: rgb(38,171,146); }
H1.HeaderClassName
{
color: #26AB92;
}
.AnyTagClassName
{
color: #26AB92;
}
</style>
background-color css
<style>
a { background-color: #26AB92; }
a { background-color: rgb(38,171,146); }
div.DivClassName
{
background-color: #26AB92;
}
.BgClassName
{
background-color: #26AB92;
}
</style>
border-color css
<style>
span { border-color: #26AB92; }
span { border-color: rgb(38,171,146); }
td.TdClassName
{
border-color: #26AB92;
}
.TagClassName
{
border-color: #26AB92;
}
</style>