Shades of Niagara #259A8A
Tints of Niagara #259A8A
RGB
CMYK
RGB Variations
Color information
#259A8A (or 0x259A8A) is known color: Niagara. HEX triplet: 25, 9A and 8A. RGB value is (37,154,138). Sum of RGB (Red+Green+Blue) = 37+154+138=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #259A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A8A is #DA6575. Grayscale: #757575. Windows color (decimal): -14312822 or 9083429. OLE color: 9083429.
HSL color Cylindrical-coordinate representation of color #259A8A: hue angle of 171.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A8A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 138 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.40 |
| HSL | 171.79º | 0.61% | 0.37% | - |
| HSV(B) | 171.79º | 0.76% | 0.6% | - |
| XYZ | 16.91 | 25.34 | 28.04 | - |
| YUV | 117.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 138 | 0.76 | 0 | 0.10 | 0.40 | 171.79 | 0.61 | 0.37 |
| Hex | 25 | 9A | 8A | 4C | 0 | A | 28 | AC | 3D | 25 |
| Octal | 45 | 232 | 212 | 114 | 0 | 12 | 50 | 254 | 75 | 45 |
| Binary | 100101 | 10011010 | 10001010 | 1001100 | 0 | 1010 | 101000 | 10101100 | 111101 | 100101 |
Color Harmonies of #259A8A
Complementary color
Monochromatic Colors of #259A8A
Black with #259A8A
Text Example
Text Example
White with #259A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A8A; }
p { color: rgb(37,154,138); }
H1.HeaderClassName
{
color: #259A8A;
}
.AnyTagClassName
{
color: #259A8A;
}
</style>
background-color css
<style>
a { background-color: #259A8A; }
a { background-color: rgb(37,154,138); }
div.DivClassName
{
background-color: #259A8A;
}
.BgClassName
{
background-color: #259A8A;
}
</style>
border-color css
<style>
span { border-color: #259A8A; }
span { border-color: rgb(37,154,138); }
td.TdClassName
{
border-color: #259A8A;
}
.TagClassName
{
border-color: #259A8A;
}
</style>