Shades of Robin's Egg Blue #18D6BC
Tints of Robin's Egg Blue #18D6BC
RGB
CMYK
RGB Variations
Color information
#18D6BC (or 0x18D6BC) is known color: Robin's Egg Blue. HEX triplet: 18, D6 and BC. RGB value is (24,214,188). Sum of RGB (Red+Green+Blue) = 24+214+188=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #18D6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D6BC is #E72943. Grayscale: #9A9A9A. Windows color (decimal): -15149380 or 12375576. OLE color: 12375576.
HSL color Cylindrical-coordinate representation of color #18D6BC: hue angle of 171.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D6BC is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 188 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.16 |
| HSL | 171.79º | 0.8% | 0.47% | - |
| HSV(B) | 171.79º | 0.89% | 0.84% | - |
| XYZ | 33.5 | 51.92 | 55.83 | - |
| YUV | 154.23 | 147.05 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 188 | 0.89 | 0 | 0.12 | 0.16 | 171.79 | 0.8 | 0.47 |
| Hex | 18 | D6 | BC | 59 | 0 | C | 10 | AC | 50 | 2F |
| Octal | 30 | 326 | 274 | 131 | 0 | 14 | 20 | 254 | 120 | 57 |
| Binary | 11000 | 11010110 | 10111100 | 1011001 | 0 | 1100 | 10000 | 10101100 | 1010000 | 101111 |
Color Harmonies of #18D6BC
Complementary color
Monochromatic Colors of #18D6BC
Black with #18D6BC
Text Example
Text Example
White with #18D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D6BC; }
p { color: rgb(24,214,188); }
H1.HeaderClassName
{
color: #18D6BC;
}
.AnyTagClassName
{
color: #18D6BC;
}
</style>
background-color css
<style>
a { background-color: #18D6BC; }
a { background-color: rgb(24,214,188); }
div.DivClassName
{
background-color: #18D6BC;
}
.BgClassName
{
background-color: #18D6BC;
}
</style>
border-color css
<style>
span { border-color: #18D6BC; }
span { border-color: rgb(24,214,188); }
td.TdClassName
{
border-color: #18D6BC;
}
.TagClassName
{
border-color: #18D6BC;
}
</style>