Shades of Robin's Egg Blue #18D0BE
Tints of Robin's Egg Blue #18D0BE
RGB
CMYK
RGB Variations
Color information
#18D0BE (or 0x18D0BE) is known color: Robin's Egg Blue. HEX triplet: 18, D0 and BE. RGB value is (24,208,190). Sum of RGB (Red+Green+Blue) = 24+208+190=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #18D0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D0BE is #E72F41. Grayscale: #969696. Windows color (decimal): -15150914 or 12505112. OLE color: 12505112.
HSL color Cylindrical-coordinate representation of color #18D0BE: hue angle of 174.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D0BE is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 190 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.18 |
| HSL | 174.13º | 0.79% | 0.45% | - |
| HSV(B) | 174.13º | 0.88% | 0.82% | - |
| XYZ | 32.23 | 49.02 | 56.48 | - |
| YUV | 150.93 | 150.04 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 190 | 0.88 | 0 | 0.09 | 0.18 | 174.13 | 0.79 | 0.45 |
| Hex | 18 | D0 | BE | 58 | 0 | 9 | 12 | AE | 4F | 2D |
| Octal | 30 | 320 | 276 | 130 | 0 | 11 | 22 | 256 | 117 | 55 |
| Binary | 11000 | 11010000 | 10111110 | 1011000 | 0 | 1001 | 10010 | 10101110 | 1001111 | 101101 |
Color Harmonies of #18D0BE
Complementary color
Monochromatic Colors of #18D0BE
Black with #18D0BE
Text Example
Text Example
White with #18D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D0BE; }
p { color: rgb(24,208,190); }
H1.HeaderClassName
{
color: #18D0BE;
}
.AnyTagClassName
{
color: #18D0BE;
}
</style>
background-color css
<style>
a { background-color: #18D0BE; }
a { background-color: rgb(24,208,190); }
div.DivClassName
{
background-color: #18D0BE;
}
.BgClassName
{
background-color: #18D0BE;
}
</style>
border-color css
<style>
span { border-color: #18D0BE; }
span { border-color: rgb(24,208,190); }
td.TdClassName
{
border-color: #18D0BE;
}
.TagClassName
{
border-color: #18D0BE;
}
</style>