Shades of Niagara #26AB8A
Tints of Niagara #26AB8A
RGB
CMYK
RGB Variations
Color information
#26AB8A (or 0x26AB8A) is known color: Niagara. HEX triplet: 26, AB and 8A. RGB value is (38,171,138). Sum of RGB (Red+Green+Blue) = 38+171+138=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AB8A is #D95475. Grayscale: #7F7F7F. Windows color (decimal): -14242934 or 9087782. OLE color: 9087782.
HSL color Cylindrical-coordinate representation of color #26AB8A: hue angle of 165.11º 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 #26AB8A is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 171 | 138 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.33 |
| HSL | 165.11º | 0.64% | 0.41% | - |
| HSV(B) | 165.11º | 0.78% | 0.67% | - |
| XYZ | 19.95 | 31.37 | 29.05 | - |
| YUV | 127.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 138 | 0.78 | 0 | 0.19 | 0.33 | 165.11 | 0.64 | 0.41 |
| Hex | 26 | AB | 8A | 4E | 0 | 13 | 21 | A5 | 40 | 29 |
| Octal | 46 | 253 | 212 | 116 | 0 | 23 | 41 | 245 | 100 | 51 |
| Binary | 100110 | 10101011 | 10001010 | 1001110 | 0 | 10011 | 100001 | 10100101 | 1000000 | 101001 |
Color Harmonies of #26AB8A
Complementary color
Monochromatic Colors of #26AB8A
Black with #26AB8A
Text Example
Text Example
White with #26AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AB8A; }
p { color: rgb(38,171,138); }
H1.HeaderClassName
{
color: #26AB8A;
}
.AnyTagClassName
{
color: #26AB8A;
}
</style>
background-color css
<style>
a { background-color: #26AB8A; }
a { background-color: rgb(38,171,138); }
div.DivClassName
{
background-color: #26AB8A;
}
.BgClassName
{
background-color: #26AB8A;
}
</style>
border-color css
<style>
span { border-color: #26AB8A; }
span { border-color: rgb(38,171,138); }
td.TdClassName
{
border-color: #26AB8A;
}
.TagClassName
{
border-color: #26AB8A;
}
</style>