Shades of Niagara #1DB093
Tints of Niagara #1DB093
RGB
CMYK
RGB Variations
Color information
#1DB093 (or 0x1DB093) is known color: Niagara. HEX triplet: 1D, B0 and 93. RGB value is (29,176,147). Sum of RGB (Red+Green+Blue) = 29+176+147=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB093 is #E24F6C. Grayscale: #808080. Windows color (decimal): -14831469 or 9678877. OLE color: 9678877.
HSL color Cylindrical-coordinate representation of color #1DB093: hue angle of 168.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB093 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 147 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.31 |
| HSL | 168.16º | 0.72% | 0.4% | - |
| HSV(B) | 168.16º | 0.84% | 0.69% | - |
| XYZ | 21.3 | 33.42 | 32.93 | - |
| YUV | 128.74 | 138.3 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 147 | 0.84 | 0 | 0.16 | 0.31 | 168.16 | 0.72 | 0.4 |
| Hex | 1D | B0 | 93 | 54 | 0 | 10 | 1F | A8 | 48 | 28 |
| Octal | 35 | 260 | 223 | 124 | 0 | 20 | 37 | 250 | 110 | 50 |
| Binary | 11101 | 10110000 | 10010011 | 1010100 | 0 | 10000 | 11111 | 10101000 | 1001000 | 101000 |
Color Harmonies of #1DB093
Complementary color
Monochromatic Colors of #1DB093
Black with #1DB093
Text Example
Text Example
White with #1DB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB093; }
p { color: rgb(29,176,147); }
H1.HeaderClassName
{
color: #1DB093;
}
.AnyTagClassName
{
color: #1DB093;
}
</style>
background-color css
<style>
a { background-color: #1DB093; }
a { background-color: rgb(29,176,147); }
div.DivClassName
{
background-color: #1DB093;
}
.BgClassName
{
background-color: #1DB093;
}
</style>
border-color css
<style>
span { border-color: #1DB093; }
span { border-color: rgb(29,176,147); }
td.TdClassName
{
border-color: #1DB093;
}
.TagClassName
{
border-color: #1DB093;
}
</style>