Shades of Robin's Egg Blue #1DDABC
Tints of Robin's Egg Blue #1DDABC
RGB
CMYK
RGB Variations
Color information
#1DDABC (or 0x1DDABC) is known color: Robin's Egg Blue. HEX triplet: 1D, DA and BC. RGB value is (29,218,188). Sum of RGB (Red+Green+Blue) = 29+218+188=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDABC is #E22543. Grayscale: #9E9E9E. Windows color (decimal): -14820676 or 12376605. OLE color: 12376605.
HSL color Cylindrical-coordinate representation of color #1DDABC: hue angle of 170.48º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDABC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 188 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.15 |
| HSL | 170.48º | 0.77% | 0.48% | - |
| HSV(B) | 170.48º | 0.87% | 0.85% | - |
| XYZ | 34.66 | 54.03 | 56.18 | - |
| YUV | 158.07 | 144.88 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 188 | 0.87 | 0 | 0.14 | 0.15 | 170.48 | 0.77 | 0.48 |
| Hex | 1D | DA | BC | 57 | 0 | E | F | AA | 4D | 30 |
| Octal | 35 | 332 | 274 | 127 | 0 | 16 | 17 | 252 | 115 | 60 |
| Binary | 11101 | 11011010 | 10111100 | 1010111 | 0 | 1110 | 1111 | 10101010 | 1001101 | 110000 |
Color Harmonies of #1DDABC
Complementary color
Monochromatic Colors of #1DDABC
Black with #1DDABC
Text Example
Text Example
White with #1DDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDABC; }
p { color: rgb(29,218,188); }
H1.HeaderClassName
{
color: #1DDABC;
}
.AnyTagClassName
{
color: #1DDABC;
}
</style>
background-color css
<style>
a { background-color: #1DDABC; }
a { background-color: rgb(29,218,188); }
div.DivClassName
{
background-color: #1DDABC;
}
.BgClassName
{
background-color: #1DDABC;
}
</style>
border-color css
<style>
span { border-color: #1DDABC; }
span { border-color: rgb(29,218,188); }
td.TdClassName
{
border-color: #1DDABC;
}
.TagClassName
{
border-color: #1DDABC;
}
</style>