Shades of Niagara #2A9D8D
Tints of Niagara #2A9D8D
RGB
CMYK
RGB Variations
Color information
#2A9D8D (or 0x2A9D8D) is known color: Niagara. HEX triplet: 2A, 9D and 8D. RGB value is (42,157,141). Sum of RGB (Red+Green+Blue) = 42+157+141=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9D8D is #D56272. Grayscale: #787878. Windows color (decimal): -13984371 or 9280810. OLE color: 9280810.
HSL color Cylindrical-coordinate representation of color #2A9D8D: hue angle of 171.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D8D is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 141 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.38 |
| HSL | 171.65º | 0.58% | 0.39% | - |
| HSV(B) | 171.65º | 0.73% | 0.62% | - |
| XYZ | 17.82 | 26.53 | 29.38 | - |
| YUV | 120.79 | 139.4 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 141 | 0.73 | 0 | 0.10 | 0.38 | 171.65 | 0.58 | 0.39 |
| Hex | 2A | 9D | 8D | 49 | 0 | A | 26 | AC | 3A | 27 |
| Octal | 52 | 235 | 215 | 111 | 0 | 12 | 46 | 254 | 72 | 47 |
| Binary | 101010 | 10011101 | 10001101 | 1001001 | 0 | 1010 | 100110 | 10101100 | 111010 | 100111 |
Color Harmonies of #2A9D8D
Complementary color
Monochromatic Colors of #2A9D8D
Black with #2A9D8D
Text Example
Text Example
White with #2A9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D8D; }
p { color: rgb(42,157,141); }
H1.HeaderClassName
{
color: #2A9D8D;
}
.AnyTagClassName
{
color: #2A9D8D;
}
</style>
background-color css
<style>
a { background-color: #2A9D8D; }
a { background-color: rgb(42,157,141); }
div.DivClassName
{
background-color: #2A9D8D;
}
.BgClassName
{
background-color: #2A9D8D;
}
</style>
border-color css
<style>
span { border-color: #2A9D8D; }
span { border-color: rgb(42,157,141); }
td.TdClassName
{
border-color: #2A9D8D;
}
.TagClassName
{
border-color: #2A9D8D;
}
</style>