Shades of Robin's Egg Blue #18D5C5
Tints of Robin's Egg Blue #18D5C5
RGB
CMYK
RGB Variations
Color information
#18D5C5 (or 0x18D5C5) is known color: Robin's Egg Blue. HEX triplet: 18, D5 and C5. RGB value is (24,213,197). Sum of RGB (Red+Green+Blue) = 24+213+197=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #18D5C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D5C5 is #E72A3A. Grayscale: #9A9A9A. Windows color (decimal): -15149627 or 12965144. OLE color: 12965144.
HSL color Cylindrical-coordinate representation of color #18D5C5: hue angle of 174.92º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D5C5 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 197 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.16 |
| HSL | 174.92º | 0.8% | 0.46% | - |
| HSV(B) | 174.92º | 0.89% | 0.84% | - |
| XYZ | 34.25 | 51.81 | 61.02 | - |
| YUV | 154.67 | 151.88 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 197 | 0.89 | 0 | 0.08 | 0.16 | 174.92 | 0.8 | 0.46 |
| Hex | 18 | D5 | C5 | 59 | 0 | 8 | 10 | AF | 50 | 2E |
| Octal | 30 | 325 | 305 | 131 | 0 | 10 | 20 | 257 | 120 | 56 |
| Binary | 11000 | 11010101 | 11000101 | 1011001 | 0 | 1000 | 10000 | 10101111 | 1010000 | 101110 |
Color Harmonies of #18D5C5
Complementary color
Monochromatic Colors of #18D5C5
Black with #18D5C5
Text Example
Text Example
White with #18D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D5C5; }
p { color: rgb(24,213,197); }
H1.HeaderClassName
{
color: #18D5C5;
}
.AnyTagClassName
{
color: #18D5C5;
}
</style>
background-color css
<style>
a { background-color: #18D5C5; }
a { background-color: rgb(24,213,197); }
div.DivClassName
{
background-color: #18D5C5;
}
.BgClassName
{
background-color: #18D5C5;
}
</style>
border-color css
<style>
span { border-color: #18D5C5; }
span { border-color: rgb(24,213,197); }
td.TdClassName
{
border-color: #18D5C5;
}
.TagClassName
{
border-color: #18D5C5;
}
</style>