Shades of Robin's Egg Blue #18D7C0
Tints of Robin's Egg Blue #18D7C0
RGB
CMYK
RGB Variations
Color information
#18D7C0 (or 0x18D7C0) is known color: Robin's Egg Blue. HEX triplet: 18, D7 and C0. RGB value is (24,215,192). Sum of RGB (Red+Green+Blue) = 24+215+192=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #18D7C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D7C0 is #E7283F. Grayscale: #9B9B9B. Windows color (decimal): -15149120 or 12637976. OLE color: 12637976.
HSL color Cylindrical-coordinate representation of color #18D7C0: hue angle of 172.77º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D7C0 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 192 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.16 |
| HSL | 172.77º | 0.8% | 0.47% | - |
| HSV(B) | 172.77º | 0.89% | 0.84% | - |
| XYZ | 34.19 | 52.6 | 58.22 | - |
| YUV | 155.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 192 | 0.89 | 0 | 0.11 | 0.16 | 172.77 | 0.8 | 0.47 |
| Hex | 18 | D7 | C0 | 59 | 0 | B | 10 | AD | 50 | 2F |
| Octal | 30 | 327 | 300 | 131 | 0 | 13 | 20 | 255 | 120 | 57 |
| Binary | 11000 | 11010111 | 11000000 | 1011001 | 0 | 1011 | 10000 | 10101101 | 1010000 | 101111 |
Color Harmonies of #18D7C0
Complementary color
Monochromatic Colors of #18D7C0
Black with #18D7C0
Text Example
Text Example
White with #18D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D7C0; }
p { color: rgb(24,215,192); }
H1.HeaderClassName
{
color: #18D7C0;
}
.AnyTagClassName
{
color: #18D7C0;
}
</style>
background-color css
<style>
a { background-color: #18D7C0; }
a { background-color: rgb(24,215,192); }
div.DivClassName
{
background-color: #18D7C0;
}
.BgClassName
{
background-color: #18D7C0;
}
</style>
border-color css
<style>
span { border-color: #18D7C0; }
span { border-color: rgb(24,215,192); }
td.TdClassName
{
border-color: #18D7C0;
}
.TagClassName
{
border-color: #18D7C0;
}
</style>