Shades of Niagara #1BAE93
Tints of Niagara #1BAE93
RGB
CMYK
RGB Variations
Color information
#1BAE93 (or 0x1BAE93) is known color: Niagara. HEX triplet: 1B, AE and 93. RGB value is (27,174,147). Sum of RGB (Red+Green+Blue) = 27+174+147=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAE93 is #E4516C. Grayscale: #7E7E7E. Windows color (decimal): -14963053 or 9678363. OLE color: 9678363.
HSL color Cylindrical-coordinate representation of color #1BAE93: hue angle of 168.98º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE93 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 147 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.32 |
| HSL | 168.98º | 0.73% | 0.39% | - |
| HSV(B) | 168.98º | 0.84% | 0.68% | - |
| XYZ | 20.85 | 32.61 | 32.8 | - |
| YUV | 126.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 147 | 0.84 | 0 | 0.16 | 0.32 | 168.98 | 0.73 | 0.39 |
| Hex | 1B | AE | 93 | 54 | 0 | 10 | 20 | A9 | 49 | 27 |
| Octal | 33 | 256 | 223 | 124 | 0 | 20 | 40 | 251 | 111 | 47 |
| Binary | 11011 | 10101110 | 10010011 | 1010100 | 0 | 10000 | 100000 | 10101001 | 1001001 | 100111 |
Color Harmonies of #1BAE93
Complementary color
Monochromatic Colors of #1BAE93
Black with #1BAE93
Text Example
Text Example
White with #1BAE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE93; }
p { color: rgb(27,174,147); }
H1.HeaderClassName
{
color: #1BAE93;
}
.AnyTagClassName
{
color: #1BAE93;
}
</style>
background-color css
<style>
a { background-color: #1BAE93; }
a { background-color: rgb(27,174,147); }
div.DivClassName
{
background-color: #1BAE93;
}
.BgClassName
{
background-color: #1BAE93;
}
</style>
border-color css
<style>
span { border-color: #1BAE93; }
span { border-color: rgb(27,174,147); }
td.TdClassName
{
border-color: #1BAE93;
}
.TagClassName
{
border-color: #1BAE93;
}
</style>