Shades of Niagara #269E8C
Tints of Niagara #269E8C
RGB
CMYK
RGB Variations
Color information
#269E8C (or 0x269E8C) is known color: Niagara. HEX triplet: 26, 9E and 8C. RGB value is (38,158,140). Sum of RGB (Red+Green+Blue) = 38+158+140=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #269E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269E8C is #D96173. Grayscale: #787878. Windows color (decimal): -14246260 or 9215526. OLE color: 9215526.
HSL color Cylindrical-coordinate representation of color #269E8C: hue angle of 171º degrees, saturation: 0.61, 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 #269E8C is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 140 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.38 |
| HSL | 171º | 0.61% | 0.38% | - |
| HSV(B) | 171º | 0.76% | 0.62% | - |
| XYZ | 17.76 | 26.76 | 29.04 | - |
| YUV | 120.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 140 | 0.76 | 0 | 0.11 | 0.38 | 171 | 0.61 | 0.38 |
| Hex | 26 | 9E | 8C | 4C | 0 | B | 26 | AB | 3D | 26 |
| Octal | 46 | 236 | 214 | 114 | 0 | 13 | 46 | 253 | 75 | 46 |
| Binary | 100110 | 10011110 | 10001100 | 1001100 | 0 | 1011 | 100110 | 10101011 | 111101 | 100110 |
Color Harmonies of #269E8C
Complementary color
Monochromatic Colors of #269E8C
Black with #269E8C
Text Example
Text Example
White with #269E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E8C; }
p { color: rgb(38,158,140); }
H1.HeaderClassName
{
color: #269E8C;
}
.AnyTagClassName
{
color: #269E8C;
}
</style>
background-color css
<style>
a { background-color: #269E8C; }
a { background-color: rgb(38,158,140); }
div.DivClassName
{
background-color: #269E8C;
}
.BgClassName
{
background-color: #269E8C;
}
</style>
border-color css
<style>
span { border-color: #269E8C; }
span { border-color: rgb(38,158,140); }
td.TdClassName
{
border-color: #269E8C;
}
.TagClassName
{
border-color: #269E8C;
}
</style>