Shades of Niagara #269C82
Tints of Niagara #269C82
RGB
CMYK
RGB Variations
Color information
#269C82 (or 0x269C82) is known color: Niagara. HEX triplet: 26, 9C and 82. RGB value is (38,156,130). Sum of RGB (Red+Green+Blue) = 38+156+130=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #269C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C82 is #D9637D. Grayscale: #757575. Windows color (decimal): -14246782 or 8559654. OLE color: 8559654.
HSL color Cylindrical-coordinate representation of color #269C82: hue angle of 166.78º degrees, saturation: 0.61, 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 #269C82 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 130 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.39 |
| HSL | 166.78º | 0.61% | 0.38% | - |
| HSV(B) | 166.78º | 0.76% | 0.61% | - |
| XYZ | 16.72 | 25.8 | 25.22 | - |
| YUV | 117.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 130 | 0.76 | 0 | 0.17 | 0.39 | 166.78 | 0.61 | 0.38 |
| Hex | 26 | 9C | 82 | 4C | 0 | 11 | 27 | A7 | 3D | 26 |
| Octal | 46 | 234 | 202 | 114 | 0 | 21 | 47 | 247 | 75 | 46 |
| Binary | 100110 | 10011100 | 10000010 | 1001100 | 0 | 10001 | 100111 | 10100111 | 111101 | 100110 |
Color Harmonies of #269C82
Complementary color
Monochromatic Colors of #269C82
Black with #269C82
Text Example
Text Example
White with #269C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C82; }
p { color: rgb(38,156,130); }
H1.HeaderClassName
{
color: #269C82;
}
.AnyTagClassName
{
color: #269C82;
}
</style>
background-color css
<style>
a { background-color: #269C82; }
a { background-color: rgb(38,156,130); }
div.DivClassName
{
background-color: #269C82;
}
.BgClassName
{
background-color: #269C82;
}
</style>
border-color css
<style>
span { border-color: #269C82; }
span { border-color: rgb(38,156,130); }
td.TdClassName
{
border-color: #269C82;
}
.TagClassName
{
border-color: #269C82;
}
</style>