Shades of Niagara #2DAB98
Tints of Niagara #2DAB98
RGB
CMYK
RGB Variations
Color information
#2DAB98 (or 0x2DAB98) is known color: Niagara. HEX triplet: 2D, AB and 98. RGB value is (45,171,152). Sum of RGB (Red+Green+Blue) = 45+171+152=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAB98 is #D25467. Grayscale: #838383. Windows color (decimal): -13784168 or 10005293. OLE color: 10005293.
HSL color Cylindrical-coordinate representation of color #2DAB98: hue angle of 170.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB98 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 152 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.33 |
| HSL | 170.95º | 0.58% | 0.42% | - |
| HSV(B) | 170.95º | 0.74% | 0.67% | - |
| XYZ | 21.31 | 31.95 | 34.75 | - |
| YUV | 131.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 152 | 0.74 | 0 | 0.11 | 0.33 | 170.95 | 0.58 | 0.42 |
| Hex | 2D | AB | 98 | 4A | 0 | B | 21 | AB | 3A | 2A |
| Octal | 55 | 253 | 230 | 112 | 0 | 13 | 41 | 253 | 72 | 52 |
| Binary | 101101 | 10101011 | 10011000 | 1001010 | 0 | 1011 | 100001 | 10101011 | 111010 | 101010 |
Color Harmonies of #2DAB98
Complementary color
Monochromatic Colors of #2DAB98
Black with #2DAB98
Text Example
Text Example
White with #2DAB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB98; }
p { color: rgb(45,171,152); }
H1.HeaderClassName
{
color: #2DAB98;
}
.AnyTagClassName
{
color: #2DAB98;
}
</style>
background-color css
<style>
a { background-color: #2DAB98; }
a { background-color: rgb(45,171,152); }
div.DivClassName
{
background-color: #2DAB98;
}
.BgClassName
{
background-color: #2DAB98;
}
</style>
border-color css
<style>
span { border-color: #2DAB98; }
span { border-color: rgb(45,171,152); }
td.TdClassName
{
border-color: #2DAB98;
}
.TagClassName
{
border-color: #2DAB98;
}
</style>