Shades of Robin's Egg Blue #18D6CB
Tints of Robin's Egg Blue #18D6CB
RGB
CMYK
RGB Variations
Color information
#18D6CB (or 0x18D6CB) is known color: Robin's Egg Blue. HEX triplet: 18, D6 and CB. RGB value is (24,214,203). Sum of RGB (Red+Green+Blue) = 24+214+203=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #18D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D6CB is #E72934. Grayscale: #9B9B9B. Windows color (decimal): -15149365 or 13358616. OLE color: 13358616.
HSL color Cylindrical-coordinate representation of color #18D6CB: hue angle of 176.53º 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 #18D6CB is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 203 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.16 |
| HSL | 176.53º | 0.8% | 0.47% | - |
| HSV(B) | 176.53º | 0.89% | 0.84% | - |
| XYZ | 35.2 | 52.6 | 64.8 | - |
| YUV | 155.94 | 154.55 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 203 | 0.89 | 0 | 0.05 | 0.16 | 176.53 | 0.8 | 0.47 |
| Hex | 18 | D6 | CB | 59 | 0 | 5 | 10 | B1 | 50 | 2F |
| Octal | 30 | 326 | 313 | 131 | 0 | 5 | 20 | 261 | 120 | 57 |
| Binary | 11000 | 11010110 | 11001011 | 1011001 | 0 | 101 | 10000 | 10110001 | 1010000 | 101111 |
Color Harmonies of #18D6CB
Complementary color
Monochromatic Colors of #18D6CB
Black with #18D6CB
Text Example
Text Example
White with #18D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D6CB; }
p { color: rgb(24,214,203); }
H1.HeaderClassName
{
color: #18D6CB;
}
.AnyTagClassName
{
color: #18D6CB;
}
</style>
background-color css
<style>
a { background-color: #18D6CB; }
a { background-color: rgb(24,214,203); }
div.DivClassName
{
background-color: #18D6CB;
}
.BgClassName
{
background-color: #18D6CB;
}
</style>
border-color css
<style>
span { border-color: #18D6CB; }
span { border-color: rgb(24,214,203); }
td.TdClassName
{
border-color: #18D6CB;
}
.TagClassName
{
border-color: #18D6CB;
}
</style>