Shades of Robin's Egg Blue #12DCC6
Tints of Robin's Egg Blue #12DCC6
RGB
CMYK
RGB Variations
Color information
#12DCC6 (or 0x12DCC6) is known color: Robin's Egg Blue. HEX triplet: 12, DC and C6. RGB value is (18,220,198). Sum of RGB (Red+Green+Blue) = 18+220+198=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCC6 is #ED2339. Grayscale: #9C9C9C. Windows color (decimal): -15541050 or 13032466. OLE color: 13032466.
HSL color Cylindrical-coordinate representation of color #12DCC6: hue angle of 173.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCC6 is Cyan = 0.92, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 198 | - |
| CMYK | 0.92 | 0 | 0.1 | 0.14 |
| HSL | 173.47º | 0.85% | 0.47% | - |
| HSV(B) | 173.47º | 0.92% | 0.86% | - |
| XYZ | 36.04 | 55.39 | 62.22 | - |
| YUV | 157.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 198 | 0.92 | 0 | 0.1 | 0.14 | 173.47 | 0.85 | 0.47 |
| Hex | 12 | DC | C6 | 5C | 0 | A | E | AD | 55 | 2F |
| Octal | 22 | 334 | 306 | 134 | 0 | 12 | 16 | 255 | 125 | 57 |
| Binary | 10010 | 11011100 | 11000110 | 1011100 | 0 | 1010 | 1110 | 10101101 | 1010101 | 101111 |
Color Harmonies of #12DCC6
Complementary color
Monochromatic Colors of #12DCC6
Black with #12DCC6
Text Example
Text Example
White with #12DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCC6; }
p { color: rgb(18,220,198); }
H1.HeaderClassName
{
color: #12DCC6;
}
.AnyTagClassName
{
color: #12DCC6;
}
</style>
background-color css
<style>
a { background-color: #12DCC6; }
a { background-color: rgb(18,220,198); }
div.DivClassName
{
background-color: #12DCC6;
}
.BgClassName
{
background-color: #12DCC6;
}
</style>
border-color css
<style>
span { border-color: #12DCC6; }
span { border-color: rgb(18,220,198); }
td.TdClassName
{
border-color: #12DCC6;
}
.TagClassName
{
border-color: #12DCC6;
}
</style>