Shades of Niagara #269B80
Tints of Niagara #269B80
RGB
CMYK
RGB Variations
Color information
#269B80 (or 0x269B80) is known color: Niagara. HEX triplet: 26, 9B and 80. RGB value is (38,155,128). Sum of RGB (Red+Green+Blue) = 38+155+128=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #269B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B80 is #D9647F. Grayscale: #747474. Windows color (decimal): -14247040 or 8428326. OLE color: 8428326.
HSL color Cylindrical-coordinate representation of color #269B80: hue angle of 166.15º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B80 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 128 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.39 |
| HSL | 166.15º | 0.61% | 0.38% | - |
| HSV(B) | 166.15º | 0.75% | 0.61% | - |
| XYZ | 16.42 | 25.41 | 24.46 | - |
| YUV | 116.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 128 | 0.75 | 0 | 0.17 | 0.39 | 166.15 | 0.61 | 0.38 |
| Hex | 26 | 9B | 80 | 4B | 0 | 11 | 27 | A6 | 3D | 26 |
| Octal | 46 | 233 | 200 | 113 | 0 | 21 | 47 | 246 | 75 | 46 |
| Binary | 100110 | 10011011 | 10000000 | 1001011 | 0 | 10001 | 100111 | 10100110 | 111101 | 100110 |
Color Harmonies of #269B80
Complementary color
Monochromatic Colors of #269B80
Black with #269B80
Text Example
Text Example
White with #269B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B80; }
p { color: rgb(38,155,128); }
H1.HeaderClassName
{
color: #269B80;
}
.AnyTagClassName
{
color: #269B80;
}
</style>
background-color css
<style>
a { background-color: #269B80; }
a { background-color: rgb(38,155,128); }
div.DivClassName
{
background-color: #269B80;
}
.BgClassName
{
background-color: #269B80;
}
</style>
border-color css
<style>
span { border-color: #269B80; }
span { border-color: rgb(38,155,128); }
td.TdClassName
{
border-color: #269B80;
}
.TagClassName
{
border-color: #269B80;
}
</style>