Shades of Robin's Egg Blue #18DDBE
Tints of Robin's Egg Blue #18DDBE
RGB
CMYK
RGB Variations
Color information
#18DDBE (or 0x18DDBE) is known color: Robin's Egg Blue. HEX triplet: 18, DD and BE. RGB value is (24,221,190). Sum of RGB (Red+Green+Blue) = 24+221+190=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDBE is #E72241. Grayscale: #9E9E9E. Windows color (decimal): -15147586 or 12508440. OLE color: 12508440.
HSL color Cylindrical-coordinate representation of color #18DDBE: hue angle of 170.56º 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 #18DDBE is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 190 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.13 |
| HSL | 170.56º | 0.8% | 0.48% | - |
| HSV(B) | 170.56º | 0.89% | 0.87% | - |
| XYZ | 35.53 | 55.62 | 57.58 | - |
| YUV | 158.56 | 145.73 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 190 | 0.89 | 0 | 0.14 | 0.13 | 170.56 | 0.8 | 0.48 |
| Hex | 18 | DD | BE | 59 | 0 | E | D | AB | 50 | 30 |
| Octal | 30 | 335 | 276 | 131 | 0 | 16 | 15 | 253 | 120 | 60 |
| Binary | 11000 | 11011101 | 10111110 | 1011001 | 0 | 1110 | 1101 | 10101011 | 1010000 | 110000 |
Color Harmonies of #18DDBE
Complementary color
Monochromatic Colors of #18DDBE
Black with #18DDBE
Text Example
Text Example
White with #18DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDBE; }
p { color: rgb(24,221,190); }
H1.HeaderClassName
{
color: #18DDBE;
}
.AnyTagClassName
{
color: #18DDBE;
}
</style>
background-color css
<style>
a { background-color: #18DDBE; }
a { background-color: rgb(24,221,190); }
div.DivClassName
{
background-color: #18DDBE;
}
.BgClassName
{
background-color: #18DDBE;
}
</style>
border-color css
<style>
span { border-color: #18DDBE; }
span { border-color: rgb(24,221,190); }
td.TdClassName
{
border-color: #18DDBE;
}
.TagClassName
{
border-color: #18DDBE;
}
</style>