Shades of Robin's Egg Blue #18DBBD
Tints of Robin's Egg Blue #18DBBD
RGB
CMYK
RGB Variations
Color information
#18DBBD (or 0x18DBBD) is known color: Robin's Egg Blue. HEX triplet: 18, DB and BD. RGB value is (24,219,189). Sum of RGB (Red+Green+Blue) = 24+219+189=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBBD is #E72442. Grayscale: #9D9D9D. Windows color (decimal): -15148099 or 12442392. OLE color: 12442392.
HSL color Cylindrical-coordinate representation of color #18DBBD: hue angle of 170.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBBD is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 189 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.14 |
| HSL | 170.77º | 0.8% | 0.48% | - |
| HSV(B) | 170.77º | 0.89% | 0.86% | - |
| XYZ | 34.89 | 54.53 | 56.83 | - |
| YUV | 157.28 | 145.9 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 189 | 0.89 | 0 | 0.14 | 0.14 | 170.77 | 0.8 | 0.48 |
| Hex | 18 | DB | BD | 59 | 0 | E | E | AB | 50 | 30 |
| Octal | 30 | 333 | 275 | 131 | 0 | 16 | 16 | 253 | 120 | 60 |
| Binary | 11000 | 11011011 | 10111101 | 1011001 | 0 | 1110 | 1110 | 10101011 | 1010000 | 110000 |
Color Harmonies of #18DBBD
Complementary color
Monochromatic Colors of #18DBBD
Black with #18DBBD
Text Example
Text Example
White with #18DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBBD; }
p { color: rgb(24,219,189); }
H1.HeaderClassName
{
color: #18DBBD;
}
.AnyTagClassName
{
color: #18DBBD;
}
</style>
background-color css
<style>
a { background-color: #18DBBD; }
a { background-color: rgb(24,219,189); }
div.DivClassName
{
background-color: #18DBBD;
}
.BgClassName
{
background-color: #18DBBD;
}
</style>
border-color css
<style>
span { border-color: #18DBBD; }
span { border-color: rgb(24,219,189); }
td.TdClassName
{
border-color: #18DBBD;
}
.TagClassName
{
border-color: #18DBBD;
}
</style>