Shades of Robin's Egg Blue #18D1BB
Tints of Robin's Egg Blue #18D1BB
RGB
CMYK
RGB Variations
Color information
#18D1BB (or 0x18D1BB) is known color: Robin's Egg Blue. HEX triplet: 18, D1 and BB. RGB value is (24,209,187). Sum of RGB (Red+Green+Blue) = 24+209+187=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #18D1BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D1BB is #E72E44. Grayscale: #979797. Windows color (decimal): -15150661 or 12308760. OLE color: 12308760.
HSL color Cylindrical-coordinate representation of color #18D1BB: hue angle of 172.86º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D1BB is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 209 | 187 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.18 |
| HSL | 172.86º | 0.79% | 0.46% | - |
| HSV(B) | 172.86º | 0.89% | 0.82% | - |
| XYZ | 32.15 | 49.38 | 54.85 | - |
| YUV | 151.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 187 | 0.89 | 0 | 0.11 | 0.18 | 172.86 | 0.79 | 0.46 |
| Hex | 18 | D1 | BB | 59 | 0 | B | 12 | AD | 4F | 2E |
| Octal | 30 | 321 | 273 | 131 | 0 | 13 | 22 | 255 | 117 | 56 |
| Binary | 11000 | 11010001 | 10111011 | 1011001 | 0 | 1011 | 10010 | 10101101 | 1001111 | 101110 |
Color Harmonies of #18D1BB
Complementary color
Monochromatic Colors of #18D1BB
Black with #18D1BB
Text Example
Text Example
White with #18D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D1BB; }
p { color: rgb(24,209,187); }
H1.HeaderClassName
{
color: #18D1BB;
}
.AnyTagClassName
{
color: #18D1BB;
}
</style>
background-color css
<style>
a { background-color: #18D1BB; }
a { background-color: rgb(24,209,187); }
div.DivClassName
{
background-color: #18D1BB;
}
.BgClassName
{
background-color: #18D1BB;
}
</style>
border-color css
<style>
span { border-color: #18D1BB; }
span { border-color: rgb(24,209,187); }
td.TdClassName
{
border-color: #18D1BB;
}
.TagClassName
{
border-color: #18D1BB;
}
</style>