Shades of Robin's Egg Blue #18DCBE
Tints of Robin's Egg Blue #18DCBE
RGB
CMYK
RGB Variations
Color information
#18DCBE (or 0x18DCBE) is known color: Robin's Egg Blue. HEX triplet: 18, DC and BE. RGB value is (24,220,190). Sum of RGB (Red+Green+Blue) = 24+220+190=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCBE is #E72341. Grayscale: #9D9D9D. Windows color (decimal): -15147842 or 12508184. OLE color: 12508184.
HSL color Cylindrical-coordinate representation of color #18DCBE: hue angle of 170.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DCBE is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 190 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.14 |
| HSL | 170.82º | 0.8% | 0.48% | - |
| HSV(B) | 170.82º | 0.89% | 0.86% | - |
| XYZ | 35.26 | 55.1 | 57.49 | - |
| YUV | 157.98 | 146.07 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 190 | 0.89 | 0 | 0.14 | 0.14 | 170.82 | 0.8 | 0.48 |
| Hex | 18 | DC | BE | 59 | 0 | E | E | AB | 50 | 30 |
| Octal | 30 | 334 | 276 | 131 | 0 | 16 | 16 | 253 | 120 | 60 |
| Binary | 11000 | 11011100 | 10111110 | 1011001 | 0 | 1110 | 1110 | 10101011 | 1010000 | 110000 |
Color Harmonies of #18DCBE
Complementary color
Monochromatic Colors of #18DCBE
Black with #18DCBE
Text Example
Text Example
White with #18DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCBE; }
p { color: rgb(24,220,190); }
H1.HeaderClassName
{
color: #18DCBE;
}
.AnyTagClassName
{
color: #18DCBE;
}
</style>
background-color css
<style>
a { background-color: #18DCBE; }
a { background-color: rgb(24,220,190); }
div.DivClassName
{
background-color: #18DCBE;
}
.BgClassName
{
background-color: #18DCBE;
}
</style>
border-color css
<style>
span { border-color: #18DCBE; }
span { border-color: rgb(24,220,190); }
td.TdClassName
{
border-color: #18DCBE;
}
.TagClassName
{
border-color: #18DCBE;
}
</style>