Shades of Robin's Egg Blue #12DEC1
Tints of Robin's Egg Blue #12DEC1
RGB
CMYK
RGB Variations
Color information
#12DEC1 (or 0x12DEC1) is known color: Robin's Egg Blue. HEX triplet: 12, DE and C1. RGB value is (18,222,193). Sum of RGB (Red+Green+Blue) = 18+222+193=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEC1 is #ED213E. Grayscale: #9D9D9D. Windows color (decimal): -15540543 or 12705298. OLE color: 12705298.
HSL color Cylindrical-coordinate representation of color #12DEC1: hue angle of 171.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEC1 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 193 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.13 |
| HSL | 171.47º | 0.85% | 0.47% | - |
| HSV(B) | 171.47º | 0.92% | 0.87% | - |
| XYZ | 36 | 56.22 | 59.41 | - |
| YUV | 157.7 | 147.91 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 193 | 0.92 | 0 | 0.13 | 0.13 | 171.47 | 0.85 | 0.47 |
| Hex | 12 | DE | C1 | 5C | 0 | D | D | AB | 55 | 2F |
| Octal | 22 | 336 | 301 | 134 | 0 | 15 | 15 | 253 | 125 | 57 |
| Binary | 10010 | 11011110 | 11000001 | 1011100 | 0 | 1101 | 1101 | 10101011 | 1010101 | 101111 |
Color Harmonies of #12DEC1
Complementary color
Monochromatic Colors of #12DEC1
Black with #12DEC1
Text Example
Text Example
White with #12DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEC1; }
p { color: rgb(18,222,193); }
H1.HeaderClassName
{
color: #12DEC1;
}
.AnyTagClassName
{
color: #12DEC1;
}
</style>
background-color css
<style>
a { background-color: #12DEC1; }
a { background-color: rgb(18,222,193); }
div.DivClassName
{
background-color: #12DEC1;
}
.BgClassName
{
background-color: #12DEC1;
}
</style>
border-color css
<style>
span { border-color: #12DEC1; }
span { border-color: rgb(18,222,193); }
td.TdClassName
{
border-color: #12DEC1;
}
.TagClassName
{
border-color: #12DEC1;
}
</style>