Shades of Robin's Egg Blue #18DEBE
Tints of Robin's Egg Blue #18DEBE
RGB
CMYK
RGB Variations
Color information
#18DEBE (or 0x18DEBE) is known color: Robin's Egg Blue. HEX triplet: 18, DE and BE. RGB value is (24,222,190). Sum of RGB (Red+Green+Blue) = 24+222+190=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEBE is #E72141. Grayscale: #9F9F9F. Windows color (decimal): -15147330 or 12508696. OLE color: 12508696.
HSL color Cylindrical-coordinate representation of color #18DEBE: hue angle of 170.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEBE is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 190 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.13 |
| HSL | 170.3º | 0.8% | 0.48% | - |
| HSV(B) | 170.3º | 0.89% | 0.87% | - |
| XYZ | 35.79 | 56.15 | 57.67 | - |
| YUV | 159.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 190 | 0.89 | 0 | 0.14 | 0.13 | 170.3 | 0.8 | 0.48 |
| Hex | 18 | DE | BE | 59 | 0 | E | D | AA | 50 | 30 |
| Octal | 30 | 336 | 276 | 131 | 0 | 16 | 15 | 252 | 120 | 60 |
| Binary | 11000 | 11011110 | 10111110 | 1011001 | 0 | 1110 | 1101 | 10101010 | 1010000 | 110000 |
Color Harmonies of #18DEBE
Complementary color
Monochromatic Colors of #18DEBE
Black with #18DEBE
Text Example
Text Example
White with #18DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEBE; }
p { color: rgb(24,222,190); }
H1.HeaderClassName
{
color: #18DEBE;
}
.AnyTagClassName
{
color: #18DEBE;
}
</style>
background-color css
<style>
a { background-color: #18DEBE; }
a { background-color: rgb(24,222,190); }
div.DivClassName
{
background-color: #18DEBE;
}
.BgClassName
{
background-color: #18DEBE;
}
</style>
border-color css
<style>
span { border-color: #18DEBE; }
span { border-color: rgb(24,222,190); }
td.TdClassName
{
border-color: #18DEBE;
}
.TagClassName
{
border-color: #18DEBE;
}
</style>