Shades of Robin's Egg Blue #18DCBC
Tints of Robin's Egg Blue #18DCBC
RGB
CMYK
RGB Variations
Color information
#18DCBC (or 0x18DCBC) is known color: Robin's Egg Blue. HEX triplet: 18, DC and BC. RGB value is (24,220,188). Sum of RGB (Red+Green+Blue) = 24+220+188=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCBC is #E72343. Grayscale: #9D9D9D. Windows color (decimal): -15147844 or 12377112. OLE color: 12377112.
HSL color Cylindrical-coordinate representation of color #18DCBC: hue angle of 170.2º 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 #18DCBC is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 188 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.14 |
| HSL | 170.2º | 0.8% | 0.48% | - |
| HSV(B) | 170.2º | 0.89% | 0.86% | - |
| XYZ | 35.05 | 55.01 | 56.35 | - |
| YUV | 157.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 188 | 0.89 | 0 | 0.15 | 0.14 | 170.2 | 0.8 | 0.48 |
| Hex | 18 | DC | BC | 59 | 0 | F | E | AA | 50 | 30 |
| Octal | 30 | 334 | 274 | 131 | 0 | 17 | 16 | 252 | 120 | 60 |
| Binary | 11000 | 11011100 | 10111100 | 1011001 | 0 | 1111 | 1110 | 10101010 | 1010000 | 110000 |
Color Harmonies of #18DCBC
Complementary color
Monochromatic Colors of #18DCBC
Black with #18DCBC
Text Example
Text Example
White with #18DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCBC; }
p { color: rgb(24,220,188); }
H1.HeaderClassName
{
color: #18DCBC;
}
.AnyTagClassName
{
color: #18DCBC;
}
</style>
background-color css
<style>
a { background-color: #18DCBC; }
a { background-color: rgb(24,220,188); }
div.DivClassName
{
background-color: #18DCBC;
}
.BgClassName
{
background-color: #18DCBC;
}
</style>
border-color css
<style>
span { border-color: #18DCBC; }
span { border-color: rgb(24,220,188); }
td.TdClassName
{
border-color: #18DCBC;
}
.TagClassName
{
border-color: #18DCBC;
}
</style>