Shades of Robin's Egg Blue #18D8C8
Tints of Robin's Egg Blue #18D8C8
RGB
CMYK
RGB Variations
Color information
#18D8C8 (or 0x18D8C8) is known color: Robin's Egg Blue. HEX triplet: 18, D8 and C8. RGB value is (24,216,200). Sum of RGB (Red+Green+Blue) = 24+216+200=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D8C8 is #E72737. Grayscale: #9C9C9C. Windows color (decimal): -15148856 or 13162520. OLE color: 13162520.
HSL color Cylindrical-coordinate representation of color #18D8C8: hue angle of 175º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D8C8 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 200 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.15 |
| HSL | 175º | 0.8% | 0.47% | - |
| HSV(B) | 175º | 0.89% | 0.85% | - |
| XYZ | 35.36 | 53.48 | 63.1 | - |
| YUV | 156.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 200 | 0.89 | 0 | 0.07 | 0.15 | 175 | 0.8 | 0.47 |
| Hex | 18 | D8 | C8 | 59 | 0 | 7 | F | AF | 50 | 2F |
| Octal | 30 | 330 | 310 | 131 | 0 | 7 | 17 | 257 | 120 | 57 |
| Binary | 11000 | 11011000 | 11001000 | 1011001 | 0 | 111 | 1111 | 10101111 | 1010000 | 101111 |
Color Harmonies of #18D8C8
Complementary color
Monochromatic Colors of #18D8C8
Black with #18D8C8
Text Example
Text Example
White with #18D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D8C8; }
p { color: rgb(24,216,200); }
H1.HeaderClassName
{
color: #18D8C8;
}
.AnyTagClassName
{
color: #18D8C8;
}
</style>
background-color css
<style>
a { background-color: #18D8C8; }
a { background-color: rgb(24,216,200); }
div.DivClassName
{
background-color: #18D8C8;
}
.BgClassName
{
background-color: #18D8C8;
}
</style>
border-color css
<style>
span { border-color: #18D8C8; }
span { border-color: rgb(24,216,200); }
td.TdClassName
{
border-color: #18D8C8;
}
.TagClassName
{
border-color: #18D8C8;
}
</style>