Shades of Niagara #2DAE9A
Tints of Niagara #2DAE9A
RGB
CMYK
RGB Variations
Color information
#2DAE9A (or 0x2DAE9A) is known color: Niagara. HEX triplet: 2D, AE and 9A. RGB value is (45,174,154). Sum of RGB (Red+Green+Blue) = 45+174+154=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAE9A is #D25165. Grayscale: #858585. Windows color (decimal): -13783398 or 10137133. OLE color: 10137133.
HSL color Cylindrical-coordinate representation of color #2DAE9A: hue angle of 170.7º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE9A is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 154 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.32 |
| HSL | 170.7º | 0.59% | 0.43% | - |
| HSV(B) | 170.7º | 0.74% | 0.68% | - |
| XYZ | 22.05 | 33.16 | 35.81 | - |
| YUV | 133.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 154 | 0.74 | 0 | 0.11 | 0.32 | 170.7 | 0.59 | 0.43 |
| Hex | 2D | AE | 9A | 4A | 0 | B | 20 | AB | 3B | 2B |
| Octal | 55 | 256 | 232 | 112 | 0 | 13 | 40 | 253 | 73 | 53 |
| Binary | 101101 | 10101110 | 10011010 | 1001010 | 0 | 1011 | 100000 | 10101011 | 111011 | 101011 |
Color Harmonies of #2DAE9A
Complementary color
Monochromatic Colors of #2DAE9A
Black with #2DAE9A
Text Example
Text Example
White with #2DAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE9A; }
p { color: rgb(45,174,154); }
H1.HeaderClassName
{
color: #2DAE9A;
}
.AnyTagClassName
{
color: #2DAE9A;
}
</style>
background-color css
<style>
a { background-color: #2DAE9A; }
a { background-color: rgb(45,174,154); }
div.DivClassName
{
background-color: #2DAE9A;
}
.BgClassName
{
background-color: #2DAE9A;
}
</style>
border-color css
<style>
span { border-color: #2DAE9A; }
span { border-color: rgb(45,174,154); }
td.TdClassName
{
border-color: #2DAE9A;
}
.TagClassName
{
border-color: #2DAE9A;
}
</style>