Shades of Robin's Egg Blue #1DDCBC
Tints of Robin's Egg Blue #1DDCBC
RGB
CMYK
RGB Variations
Color information
#1DDCBC (or 0x1DDCBC) is known color: Robin's Egg Blue. HEX triplet: 1D, DC and BC. RGB value is (29,220,188). Sum of RGB (Red+Green+Blue) = 29+220+188=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCBC is #E22343. Grayscale: #9F9F9F. Windows color (decimal): -14820164 or 12377117. OLE color: 12377117.
HSL color Cylindrical-coordinate representation of color #1DDCBC: hue angle of 169.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDCBC is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 188 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.14 |
| HSL | 169.95º | 0.77% | 0.49% | - |
| HSV(B) | 169.95º | 0.87% | 0.86% | - |
| XYZ | 35.18 | 55.08 | 56.35 | - |
| YUV | 159.24 | 144.22 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 188 | 0.87 | 0 | 0.15 | 0.14 | 169.95 | 0.77 | 0.49 |
| Hex | 1D | DC | BC | 57 | 0 | F | E | AA | 4D | 31 |
| Octal | 35 | 334 | 274 | 127 | 0 | 17 | 16 | 252 | 115 | 61 |
| Binary | 11101 | 11011100 | 10111100 | 1010111 | 0 | 1111 | 1110 | 10101010 | 1001101 | 110001 |
Color Harmonies of #1DDCBC
Complementary color
Monochromatic Colors of #1DDCBC
Black with #1DDCBC
Text Example
Text Example
White with #1DDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCBC; }
p { color: rgb(29,220,188); }
H1.HeaderClassName
{
color: #1DDCBC;
}
.AnyTagClassName
{
color: #1DDCBC;
}
</style>
background-color css
<style>
a { background-color: #1DDCBC; }
a { background-color: rgb(29,220,188); }
div.DivClassName
{
background-color: #1DDCBC;
}
.BgClassName
{
background-color: #1DDCBC;
}
</style>
border-color css
<style>
span { border-color: #1DDCBC; }
span { border-color: rgb(29,220,188); }
td.TdClassName
{
border-color: #1DDCBC;
}
.TagClassName
{
border-color: #1DDCBC;
}
</style>