Shades of Robin's Egg Blue #18DFC2
Tints of Robin's Egg Blue #18DFC2
RGB
CMYK
RGB Variations
Color information
#18DFC2 (or 0x18DFC2) is known color: Robin's Egg Blue. HEX triplet: 18, DF and C2. RGB value is (24,223,194). Sum of RGB (Red+Green+Blue) = 24+223+194=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFC2 is #E7203D. Grayscale: #A0A0A0. Windows color (decimal): -15147070 or 12771096. OLE color: 12771096.
HSL color Cylindrical-coordinate representation of color #18DFC2: hue angle of 171.26º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFC2 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 194 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.13 |
| HSL | 171.26º | 0.81% | 0.48% | - |
| HSV(B) | 171.26º | 0.89% | 0.87% | - |
| XYZ | 36.5 | 56.86 | 60.09 | - |
| YUV | 160.19 | 147.07 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 194 | 0.89 | 0 | 0.13 | 0.13 | 171.26 | 0.81 | 0.48 |
| Hex | 18 | DF | C2 | 59 | 0 | D | D | AB | 51 | 30 |
| Octal | 30 | 337 | 302 | 131 | 0 | 15 | 15 | 253 | 121 | 60 |
| Binary | 11000 | 11011111 | 11000010 | 1011001 | 0 | 1101 | 1101 | 10101011 | 1010001 | 110000 |
Color Harmonies of #18DFC2
Complementary color
Monochromatic Colors of #18DFC2
Black with #18DFC2
Text Example
Text Example
White with #18DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFC2; }
p { color: rgb(24,223,194); }
H1.HeaderClassName
{
color: #18DFC2;
}
.AnyTagClassName
{
color: #18DFC2;
}
</style>
background-color css
<style>
a { background-color: #18DFC2; }
a { background-color: rgb(24,223,194); }
div.DivClassName
{
background-color: #18DFC2;
}
.BgClassName
{
background-color: #18DFC2;
}
</style>
border-color css
<style>
span { border-color: #18DFC2; }
span { border-color: rgb(24,223,194); }
td.TdClassName
{
border-color: #18DFC2;
}
.TagClassName
{
border-color: #18DFC2;
}
</style>