Shades of Robin's Egg Blue #18DDBA
Tints of Robin's Egg Blue #18DDBA
RGB
CMYK
RGB Variations
Color information
#18DDBA (or 0x18DDBA) is known color: Robin's Egg Blue. HEX triplet: 18, DD and BA. RGB value is (24,221,186). Sum of RGB (Red+Green+Blue) = 24+221+186=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDBA is #E72245. Grayscale: #9E9E9E. Windows color (decimal): -15147590 or 12246296. OLE color: 12246296.
HSL color Cylindrical-coordinate representation of color #18DDBA: hue angle of 169.34º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DDBA is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 186 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.13 |
| HSL | 169.34º | 0.8% | 0.48% | - |
| HSV(B) | 169.34º | 0.89% | 0.87% | - |
| XYZ | 35.1 | 55.45 | 55.31 | - |
| YUV | 158.11 | 143.73 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 186 | 0.89 | 0 | 0.16 | 0.13 | 169.34 | 0.8 | 0.48 |
| Hex | 18 | DD | BA | 59 | 0 | 10 | D | A9 | 50 | 30 |
| Octal | 30 | 335 | 272 | 131 | 0 | 20 | 15 | 251 | 120 | 60 |
| Binary | 11000 | 11011101 | 10111010 | 1011001 | 0 | 10000 | 1101 | 10101001 | 1010000 | 110000 |
Color Harmonies of #18DDBA
Complementary color
Monochromatic Colors of #18DDBA
Black with #18DDBA
Text Example
Text Example
White with #18DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDBA; }
p { color: rgb(24,221,186); }
H1.HeaderClassName
{
color: #18DDBA;
}
.AnyTagClassName
{
color: #18DDBA;
}
</style>
background-color css
<style>
a { background-color: #18DDBA; }
a { background-color: rgb(24,221,186); }
div.DivClassName
{
background-color: #18DDBA;
}
.BgClassName
{
background-color: #18DDBA;
}
</style>
border-color css
<style>
span { border-color: #18DDBA; }
span { border-color: rgb(24,221,186); }
td.TdClassName
{
border-color: #18DDBA;
}
.TagClassName
{
border-color: #18DDBA;
}
</style>