Shades of Robin's Egg Blue #18DFBC
Tints of Robin's Egg Blue #18DFBC
RGB
CMYK
RGB Variations
Color information
#18DFBC (or 0x18DFBC) is known color: Robin's Egg Blue. HEX triplet: 18, DF and BC. RGB value is (24,223,188). Sum of RGB (Red+Green+Blue) = 24+223+188=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFBC is #E72043. Grayscale: #9F9F9F. Windows color (decimal): -15147076 or 12377880. OLE color: 12377880.
HSL color Cylindrical-coordinate representation of color #18DFBC: hue angle of 169.45º degrees, saturation: 0.81, 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 #18DFBC is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 188 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.13 |
| HSL | 169.45º | 0.81% | 0.48% | - |
| HSV(B) | 169.45º | 0.89% | 0.87% | - |
| XYZ | 35.84 | 56.6 | 56.61 | - |
| YUV | 159.51 | 144.07 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 188 | 0.89 | 0 | 0.16 | 0.13 | 169.45 | 0.81 | 0.48 |
| Hex | 18 | DF | BC | 59 | 0 | 10 | D | A9 | 51 | 30 |
| Octal | 30 | 337 | 274 | 131 | 0 | 20 | 15 | 251 | 121 | 60 |
| Binary | 11000 | 11011111 | 10111100 | 1011001 | 0 | 10000 | 1101 | 10101001 | 1010001 | 110000 |
Color Harmonies of #18DFBC
Complementary color
Monochromatic Colors of #18DFBC
Black with #18DFBC
Text Example
Text Example
White with #18DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFBC; }
p { color: rgb(24,223,188); }
H1.HeaderClassName
{
color: #18DFBC;
}
.AnyTagClassName
{
color: #18DFBC;
}
</style>
background-color css
<style>
a { background-color: #18DFBC; }
a { background-color: rgb(24,223,188); }
div.DivClassName
{
background-color: #18DFBC;
}
.BgClassName
{
background-color: #18DFBC;
}
</style>
border-color css
<style>
span { border-color: #18DFBC; }
span { border-color: rgb(24,223,188); }
td.TdClassName
{
border-color: #18DFBC;
}
.TagClassName
{
border-color: #18DFBC;
}
</style>