Shades of Robin's Egg Blue #18E1BD
Tints of Robin's Egg Blue #18E1BD
RGB
CMYK
RGB Variations
Color information
#18E1BD (or 0x18E1BD) is known color: Robin's Egg Blue. HEX triplet: 18, E1 and BD. RGB value is (24,225,189). Sum of RGB (Red+Green+Blue) = 24+225+189=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #18E1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E1BD is #E71E42. Grayscale: #A0A0A0. Windows color (decimal): -15146563 or 12443928. OLE color: 12443928.
HSL color Cylindrical-coordinate representation of color #18E1BD: hue angle of 169.25º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E1BD is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 225 | 189 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.12 |
| HSL | 169.25º | 0.81% | 0.49% | - |
| HSV(B) | 169.25º | 0.89% | 0.88% | - |
| XYZ | 36.49 | 57.72 | 57.36 | - |
| YUV | 160.8 | 143.91 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 225 | 189 | 0.89 | 0 | 0.16 | 0.12 | 169.25 | 0.81 | 0.49 |
| Hex | 18 | E1 | BD | 59 | 0 | 10 | C | A9 | 51 | 31 |
| Octal | 30 | 341 | 275 | 131 | 0 | 20 | 14 | 251 | 121 | 61 |
| Binary | 11000 | 11100001 | 10111101 | 1011001 | 0 | 10000 | 1100 | 10101001 | 1010001 | 110001 |
Color Harmonies of #18E1BD
Complementary color
Monochromatic Colors of #18E1BD
Black with #18E1BD
Text Example
Text Example
White with #18E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E1BD; }
p { color: rgb(24,225,189); }
H1.HeaderClassName
{
color: #18E1BD;
}
.AnyTagClassName
{
color: #18E1BD;
}
</style>
background-color css
<style>
a { background-color: #18E1BD; }
a { background-color: rgb(24,225,189); }
div.DivClassName
{
background-color: #18E1BD;
}
.BgClassName
{
background-color: #18E1BD;
}
</style>
border-color css
<style>
span { border-color: #18E1BD; }
span { border-color: rgb(24,225,189); }
td.TdClassName
{
border-color: #18E1BD;
}
.TagClassName
{
border-color: #18E1BD;
}
</style>