Shades of Robin's Egg Blue #18DEBD
Tints of Robin's Egg Blue #18DEBD
RGB
CMYK
RGB Variations
Color information
#18DEBD (or 0x18DEBD) is known color: Robin's Egg Blue. HEX triplet: 18, DE and BD. RGB value is (24,222,189). Sum of RGB (Red+Green+Blue) = 24+222+189=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEBD is #E72142. Grayscale: #9E9E9E. Windows color (decimal): -15147331 or 12443160. OLE color: 12443160.
HSL color Cylindrical-coordinate representation of color #18DEBD: hue angle of 170º 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 #18DEBD is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 189 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.13 |
| HSL | 170º | 0.8% | 0.48% | - |
| HSV(B) | 170º | 0.89% | 0.87% | - |
| XYZ | 35.68 | 56.11 | 57.09 | - |
| YUV | 159.04 | 144.9 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 189 | 0.89 | 0 | 0.15 | 0.13 | 170 | 0.8 | 0.48 |
| Hex | 18 | DE | BD | 59 | 0 | F | D | AA | 50 | 30 |
| Octal | 30 | 336 | 275 | 131 | 0 | 17 | 15 | 252 | 120 | 60 |
| Binary | 11000 | 11011110 | 10111101 | 1011001 | 0 | 1111 | 1101 | 10101010 | 1010000 | 110000 |
Color Harmonies of #18DEBD
Complementary color
Monochromatic Colors of #18DEBD
Black with #18DEBD
Text Example
Text Example
White with #18DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEBD; }
p { color: rgb(24,222,189); }
H1.HeaderClassName
{
color: #18DEBD;
}
.AnyTagClassName
{
color: #18DEBD;
}
</style>
background-color css
<style>
a { background-color: #18DEBD; }
a { background-color: rgb(24,222,189); }
div.DivClassName
{
background-color: #18DEBD;
}
.BgClassName
{
background-color: #18DEBD;
}
</style>
border-color css
<style>
span { border-color: #18DEBD; }
span { border-color: rgb(24,222,189); }
td.TdClassName
{
border-color: #18DEBD;
}
.TagClassName
{
border-color: #18DEBD;
}
</style>