Shades of Niagara #259D8C
Tints of Niagara #259D8C
RGB
CMYK
RGB Variations
Color information
#259D8C (or 0x259D8C) is known color: Niagara. HEX triplet: 25, 9D and 8C. RGB value is (37,157,140). Sum of RGB (Red+Green+Blue) = 37+157+140=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #259D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259D8C is #DA6273. Grayscale: #777777. Windows color (decimal): -14312052 or 9215269. OLE color: 9215269.
HSL color Cylindrical-coordinate representation of color #259D8C: hue angle of 171.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259D8C is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 157 | 140 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.38 |
| HSL | 171.5º | 0.62% | 0.38% | - |
| HSV(B) | 171.5º | 0.76% | 0.62% | - |
| XYZ | 17.55 | 26.4 | 28.98 | - |
| YUV | 119.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 140 | 0.76 | 0 | 0.11 | 0.38 | 171.5 | 0.62 | 0.38 |
| Hex | 25 | 9D | 8C | 4C | 0 | B | 26 | AC | 3E | 26 |
| Octal | 45 | 235 | 214 | 114 | 0 | 13 | 46 | 254 | 76 | 46 |
| Binary | 100101 | 10011101 | 10001100 | 1001100 | 0 | 1011 | 100110 | 10101100 | 111110 | 100110 |
Color Harmonies of #259D8C
Complementary color
Monochromatic Colors of #259D8C
Black with #259D8C
Text Example
Text Example
White with #259D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259D8C; }
p { color: rgb(37,157,140); }
H1.HeaderClassName
{
color: #259D8C;
}
.AnyTagClassName
{
color: #259D8C;
}
</style>
background-color css
<style>
a { background-color: #259D8C; }
a { background-color: rgb(37,157,140); }
div.DivClassName
{
background-color: #259D8C;
}
.BgClassName
{
background-color: #259D8C;
}
</style>
border-color css
<style>
span { border-color: #259D8C; }
span { border-color: rgb(37,157,140); }
td.TdClassName
{
border-color: #259D8C;
}
.TagClassName
{
border-color: #259D8C;
}
</style>