Shades of Niagara #259C8C
Tints of Niagara #259C8C
RGB
CMYK
RGB Variations
Color information
#259C8C (or 0x259C8C) is known color: Niagara. HEX triplet: 25, 9C and 8C. RGB value is (37,156,140). Sum of RGB (Red+Green+Blue) = 37+156+140=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #259C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259C8C is #DA6373. Grayscale: #767676. Windows color (decimal): -14312308 or 9215013. OLE color: 9215013.
HSL color Cylindrical-coordinate representation of color #259C8C: hue angle of 171.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C8C is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 140 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.39 |
| HSL | 171.93º | 0.62% | 0.38% | - |
| HSV(B) | 171.93º | 0.76% | 0.61% | - |
| XYZ | 17.39 | 26.06 | 28.93 | - |
| YUV | 118.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 140 | 0.76 | 0 | 0.10 | 0.39 | 171.93 | 0.62 | 0.38 |
| Hex | 25 | 9C | 8C | 4C | 0 | A | 27 | AC | 3E | 26 |
| Octal | 45 | 234 | 214 | 114 | 0 | 12 | 47 | 254 | 76 | 46 |
| Binary | 100101 | 10011100 | 10001100 | 1001100 | 0 | 1010 | 100111 | 10101100 | 111110 | 100110 |
Color Harmonies of #259C8C
Complementary color
Monochromatic Colors of #259C8C
Black with #259C8C
Text Example
Text Example
White with #259C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C8C; }
p { color: rgb(37,156,140); }
H1.HeaderClassName
{
color: #259C8C;
}
.AnyTagClassName
{
color: #259C8C;
}
</style>
background-color css
<style>
a { background-color: #259C8C; }
a { background-color: rgb(37,156,140); }
div.DivClassName
{
background-color: #259C8C;
}
.BgClassName
{
background-color: #259C8C;
}
</style>
border-color css
<style>
span { border-color: #259C8C; }
span { border-color: rgb(37,156,140); }
td.TdClassName
{
border-color: #259C8C;
}
.TagClassName
{
border-color: #259C8C;
}
</style>