Shades of Robin's Egg Blue #15CDC0
Tints of Robin's Egg Blue #15CDC0
RGB
CMYK
RGB Variations
Color information
#15CDC0 (or 0x15CDC0) is known color: Robin's Egg Blue. HEX triplet: 15, CD and C0. RGB value is (21,205,192). Sum of RGB (Red+Green+Blue) = 21+205+192=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #15CDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDC0 is #EA323F. Grayscale: #949494. Windows color (decimal): -15348288 or 12635413. OLE color: 12635413.
HSL color Cylindrical-coordinate representation of color #15CDC0: hue angle of 175.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CDC0 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 192 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.20 |
| HSL | 175.76º | 0.81% | 0.44% | - |
| HSV(B) | 175.76º | 0.9% | 0.8% | - |
| XYZ | 31.66 | 47.63 | 57.39 | - |
| YUV | 148.5 | 152.54 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 192 | 0.90 | 0 | 0.06 | 0.20 | 175.76 | 0.81 | 0.44 |
| Hex | 15 | CD | C0 | 5A | 0 | 6 | 14 | B0 | 51 | 2C |
| Octal | 25 | 315 | 300 | 132 | 0 | 6 | 24 | 260 | 121 | 54 |
| Binary | 10101 | 11001101 | 11000000 | 1011010 | 0 | 110 | 10100 | 10110000 | 1010001 | 101100 |
Color Harmonies of #15CDC0
Complementary color
Monochromatic Colors of #15CDC0
Black with #15CDC0
Text Example
Text Example
White with #15CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDC0; }
p { color: rgb(21,205,192); }
H1.HeaderClassName
{
color: #15CDC0;
}
.AnyTagClassName
{
color: #15CDC0;
}
</style>
background-color css
<style>
a { background-color: #15CDC0; }
a { background-color: rgb(21,205,192); }
div.DivClassName
{
background-color: #15CDC0;
}
.BgClassName
{
background-color: #15CDC0;
}
</style>
border-color css
<style>
span { border-color: #15CDC0; }
span { border-color: rgb(21,205,192); }
td.TdClassName
{
border-color: #15CDC0;
}
.TagClassName
{
border-color: #15CDC0;
}
</style>