Shades of Robin's Egg Blue #18D5BD
Tints of Robin's Egg Blue #18D5BD
RGB
CMYK
RGB Variations
Color information
#18D5BD (or 0x18D5BD) is known color: Robin's Egg Blue. HEX triplet: 18, D5 and BD. RGB value is (24,213,189). Sum of RGB (Red+Green+Blue) = 24+213+189=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #18D5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D5BD is #E72A42. Grayscale: #999999. Windows color (decimal): -15149635 or 12440856. OLE color: 12440856.
HSL color Cylindrical-coordinate representation of color #18D5BD: hue angle of 172.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D5BD is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 189 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.16 |
| HSL | 172.38º | 0.8% | 0.46% | - |
| HSV(B) | 172.38º | 0.89% | 0.84% | - |
| XYZ | 33.36 | 51.46 | 56.32 | - |
| YUV | 153.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 189 | 0.89 | 0 | 0.11 | 0.16 | 172.38 | 0.8 | 0.46 |
| Hex | 18 | D5 | BD | 59 | 0 | B | 10 | AC | 50 | 2E |
| Octal | 30 | 325 | 275 | 131 | 0 | 13 | 20 | 254 | 120 | 56 |
| Binary | 11000 | 11010101 | 10111101 | 1011001 | 0 | 1011 | 10000 | 10101100 | 1010000 | 101110 |
Color Harmonies of #18D5BD
Complementary color
Monochromatic Colors of #18D5BD
Black with #18D5BD
Text Example
Text Example
White with #18D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D5BD; }
p { color: rgb(24,213,189); }
H1.HeaderClassName
{
color: #18D5BD;
}
.AnyTagClassName
{
color: #18D5BD;
}
</style>
background-color css
<style>
a { background-color: #18D5BD; }
a { background-color: rgb(24,213,189); }
div.DivClassName
{
background-color: #18D5BD;
}
.BgClassName
{
background-color: #18D5BD;
}
</style>
border-color css
<style>
span { border-color: #18D5BD; }
span { border-color: rgb(24,213,189); }
td.TdClassName
{
border-color: #18D5BD;
}
.TagClassName
{
border-color: #18D5BD;
}
</style>