Shades of Robin's Egg Blue #18DDB9
Tints of Robin's Egg Blue #18DDB9
RGB
CMYK
RGB Variations
Color information
#18DDB9 (or 0x18DDB9) is known color: Robin's Egg Blue. HEX triplet: 18, DD and B9. RGB value is (24,221,185). Sum of RGB (Red+Green+Blue) = 24+221+185=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDB9 is #E72246. Grayscale: #9D9D9D. Windows color (decimal): -15147591 or 12180760. OLE color: 12180760.
HSL color Cylindrical-coordinate representation of color #18DDB9: hue angle of 169.04º 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 #18DDB9 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 185 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.13 |
| HSL | 169.04º | 0.8% | 0.48% | - |
| HSV(B) | 169.04º | 0.89% | 0.87% | - |
| XYZ | 34.99 | 55.41 | 54.75 | - |
| YUV | 157.99 | 143.23 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 185 | 0.89 | 0 | 0.16 | 0.13 | 169.04 | 0.8 | 0.48 |
| Hex | 18 | DD | B9 | 59 | 0 | 10 | D | A9 | 50 | 30 |
| Octal | 30 | 335 | 271 | 131 | 0 | 20 | 15 | 251 | 120 | 60 |
| Binary | 11000 | 11011101 | 10111001 | 1011001 | 0 | 10000 | 1101 | 10101001 | 1010000 | 110000 |
Color Harmonies of #18DDB9
Complementary color
Monochromatic Colors of #18DDB9
Black with #18DDB9
Text Example
Text Example
White with #18DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDB9; }
p { color: rgb(24,221,185); }
H1.HeaderClassName
{
color: #18DDB9;
}
.AnyTagClassName
{
color: #18DDB9;
}
</style>
background-color css
<style>
a { background-color: #18DDB9; }
a { background-color: rgb(24,221,185); }
div.DivClassName
{
background-color: #18DDB9;
}
.BgClassName
{
background-color: #18DDB9;
}
</style>
border-color css
<style>
span { border-color: #18DDB9; }
span { border-color: rgb(24,221,185); }
td.TdClassName
{
border-color: #18DDB9;
}
.TagClassName
{
border-color: #18DDB9;
}
</style>