Shades of Niagara #269F90
Tints of Niagara #269F90
RGB
CMYK
RGB Variations
Color information
#269F90 (or 0x269F90) is known color: Niagara. HEX triplet: 26, 9F and 90. RGB value is (38,159,144). Sum of RGB (Red+Green+Blue) = 38+159+144=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #269F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269F90 is #D9606F. Grayscale: #797979. Windows color (decimal): -14246000 or 9477926. OLE color: 9477926.
HSL color Cylindrical-coordinate representation of color #269F90: hue angle of 172.56º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F90 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 144 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.38 |
| HSL | 172.56º | 0.61% | 0.39% | - |
| HSV(B) | 172.56º | 0.76% | 0.62% | - |
| XYZ | 18.23 | 27.22 | 30.68 | - |
| YUV | 121.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 144 | 0.76 | 0 | 0.09 | 0.38 | 172.56 | 0.61 | 0.39 |
| Hex | 26 | 9F | 90 | 4C | 0 | 9 | 26 | AD | 3D | 27 |
| Octal | 46 | 237 | 220 | 114 | 0 | 11 | 46 | 255 | 75 | 47 |
| Binary | 100110 | 10011111 | 10010000 | 1001100 | 0 | 1001 | 100110 | 10101101 | 111101 | 100111 |
Color Harmonies of #269F90
Complementary color
Monochromatic Colors of #269F90
Black with #269F90
Text Example
Text Example
White with #269F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F90; }
p { color: rgb(38,159,144); }
H1.HeaderClassName
{
color: #269F90;
}
.AnyTagClassName
{
color: #269F90;
}
</style>
background-color css
<style>
a { background-color: #269F90; }
a { background-color: rgb(38,159,144); }
div.DivClassName
{
background-color: #269F90;
}
.BgClassName
{
background-color: #269F90;
}
</style>
border-color css
<style>
span { border-color: #269F90; }
span { border-color: rgb(38,159,144); }
td.TdClassName
{
border-color: #269F90;
}
.TagClassName
{
border-color: #269F90;
}
</style>