Shades of Robin's Egg Blue #18DDBF
Tints of Robin's Egg Blue #18DDBF
RGB
CMYK
RGB Variations
Color information
#18DDBF (or 0x18DDBF) is known color: Robin's Egg Blue. HEX triplet: 18, DD and BF. RGB value is (24,221,191). Sum of RGB (Red+Green+Blue) = 24+221+191=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDBF is #E72240. Grayscale: #9E9E9E. Windows color (decimal): -15147585 or 12573976. OLE color: 12573976.
HSL color Cylindrical-coordinate representation of color #18DDBF: hue angle of 170.86º 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 #18DDBF is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 191 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.13 |
| HSL | 170.86º | 0.8% | 0.48% | - |
| HSV(B) | 170.86º | 0.89% | 0.87% | - |
| XYZ | 35.64 | 55.67 | 58.16 | - |
| YUV | 158.68 | 146.23 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 191 | 0.89 | 0 | 0.14 | 0.13 | 170.86 | 0.8 | 0.48 |
| Hex | 18 | DD | BF | 59 | 0 | E | D | AB | 50 | 30 |
| Octal | 30 | 335 | 277 | 131 | 0 | 16 | 15 | 253 | 120 | 60 |
| Binary | 11000 | 11011101 | 10111111 | 1011001 | 0 | 1110 | 1101 | 10101011 | 1010000 | 110000 |
Color Harmonies of #18DDBF
Complementary color
Monochromatic Colors of #18DDBF
Black with #18DDBF
Text Example
Text Example
White with #18DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDBF; }
p { color: rgb(24,221,191); }
H1.HeaderClassName
{
color: #18DDBF;
}
.AnyTagClassName
{
color: #18DDBF;
}
</style>
background-color css
<style>
a { background-color: #18DDBF; }
a { background-color: rgb(24,221,191); }
div.DivClassName
{
background-color: #18DDBF;
}
.BgClassName
{
background-color: #18DDBF;
}
</style>
border-color css
<style>
span { border-color: #18DDBF; }
span { border-color: rgb(24,221,191); }
td.TdClassName
{
border-color: #18DDBF;
}
.TagClassName
{
border-color: #18DDBF;
}
</style>