Shades of Robin's Egg Blue #12DEC3
Tints of Robin's Egg Blue #12DEC3
RGB
CMYK
RGB Variations
Color information
#12DEC3 (or 0x12DEC3) is known color: Robin's Egg Blue. HEX triplet: 12, DE and C3. RGB value is (18,222,195). Sum of RGB (Red+Green+Blue) = 18+222+195=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEC3 is #ED213C. Grayscale: #9D9D9D. Windows color (decimal): -15540541 or 12836370. OLE color: 12836370.
HSL color Cylindrical-coordinate representation of color #12DEC3: hue angle of 172.06º 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 #12DEC3 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 195 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.13 |
| HSL | 172.06º | 0.85% | 0.47% | - |
| HSV(B) | 172.06º | 0.92% | 0.87% | - |
| XYZ | 36.22 | 56.31 | 60.59 | - |
| YUV | 157.93 | 148.91 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 195 | 0.92 | 0 | 0.12 | 0.13 | 172.06 | 0.85 | 0.47 |
| Hex | 12 | DE | C3 | 5C | 0 | C | D | AC | 55 | 2F |
| Octal | 22 | 336 | 303 | 134 | 0 | 14 | 15 | 254 | 125 | 57 |
| Binary | 10010 | 11011110 | 11000011 | 1011100 | 0 | 1100 | 1101 | 10101100 | 1010101 | 101111 |
Color Harmonies of #12DEC3
Complementary color
Monochromatic Colors of #12DEC3
Black with #12DEC3
Text Example
Text Example
White with #12DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEC3; }
p { color: rgb(18,222,195); }
H1.HeaderClassName
{
color: #12DEC3;
}
.AnyTagClassName
{
color: #12DEC3;
}
</style>
background-color css
<style>
a { background-color: #12DEC3; }
a { background-color: rgb(18,222,195); }
div.DivClassName
{
background-color: #12DEC3;
}
.BgClassName
{
background-color: #12DEC3;
}
</style>
border-color css
<style>
span { border-color: #12DEC3; }
span { border-color: rgb(18,222,195); }
td.TdClassName
{
border-color: #12DEC3;
}
.TagClassName
{
border-color: #12DEC3;
}
</style>