Shades of Robin's Egg Blue #18DDBD
Tints of Robin's Egg Blue #18DDBD
RGB
CMYK
RGB Variations
Color information
#18DDBD (or 0x18DDBD) is known color: Robin's Egg Blue. HEX triplet: 18, DD and BD. RGB value is (24,221,189). Sum of RGB (Red+Green+Blue) = 24+221+189=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDBD is #E72242. Grayscale: #9E9E9E. Windows color (decimal): -15147587 or 12442904. OLE color: 12442904.
HSL color Cylindrical-coordinate representation of color #18DDBD: hue angle of 170.25º 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 #18DDBD is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 189 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.13 |
| HSL | 170.25º | 0.8% | 0.48% | - |
| HSV(B) | 170.25º | 0.89% | 0.87% | - |
| XYZ | 35.42 | 55.58 | 57.01 | - |
| YUV | 158.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 189 | 0.89 | 0 | 0.14 | 0.13 | 170.25 | 0.8 | 0.48 |
| Hex | 18 | DD | BD | 59 | 0 | E | D | AA | 50 | 30 |
| Octal | 30 | 335 | 275 | 131 | 0 | 16 | 15 | 252 | 120 | 60 |
| Binary | 11000 | 11011101 | 10111101 | 1011001 | 0 | 1110 | 1101 | 10101010 | 1010000 | 110000 |
Color Harmonies of #18DDBD
Complementary color
Monochromatic Colors of #18DDBD
Black with #18DDBD
Text Example
Text Example
White with #18DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDBD; }
p { color: rgb(24,221,189); }
H1.HeaderClassName
{
color: #18DDBD;
}
.AnyTagClassName
{
color: #18DDBD;
}
</style>
background-color css
<style>
a { background-color: #18DDBD; }
a { background-color: rgb(24,221,189); }
div.DivClassName
{
background-color: #18DDBD;
}
.BgClassName
{
background-color: #18DDBD;
}
</style>
border-color css
<style>
span { border-color: #18DDBD; }
span { border-color: rgb(24,221,189); }
td.TdClassName
{
border-color: #18DDBD;
}
.TagClassName
{
border-color: #18DDBD;
}
</style>