Shades of Robin's Egg Blue #12CCC0
Tints of Robin's Egg Blue #12CCC0
RGB
CMYK
RGB Variations
Color information
#12CCC0 (or 0x12CCC0) is known color: Robin's Egg Blue. HEX triplet: 12, CC and C0. RGB value is (18,204,192). Sum of RGB (Red+Green+Blue) = 18+204+192=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCC0 is #ED333F. Grayscale: #929292. Windows color (decimal): -15545152 or 12635154. OLE color: 12635154.
HSL color Cylindrical-coordinate representation of color #12CCC0: hue angle of 176.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCC0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 192 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.2 |
| HSL | 176.13º | 0.84% | 0.44% | - |
| HSV(B) | 176.13º | 0.91% | 0.8% | - |
| XYZ | 31.36 | 47.12 | 57.31 | - |
| YUV | 147.02 | 153.38 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 192 | 0.91 | 0 | 0.06 | 0.2 | 176.13 | 0.84 | 0.44 |
| Hex | 12 | CC | C0 | 5B | 0 | 6 | 14 | B0 | 54 | 2C |
| Octal | 22 | 314 | 300 | 133 | 0 | 6 | 24 | 260 | 124 | 54 |
| Binary | 10010 | 11001100 | 11000000 | 1011011 | 0 | 110 | 10100 | 10110000 | 1010100 | 101100 |
Color Harmonies of #12CCC0
Complementary color
Monochromatic Colors of #12CCC0
Black with #12CCC0
Text Example
Text Example
White with #12CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCC0; }
p { color: rgb(18,204,192); }
H1.HeaderClassName
{
color: #12CCC0;
}
.AnyTagClassName
{
color: #12CCC0;
}
</style>
background-color css
<style>
a { background-color: #12CCC0; }
a { background-color: rgb(18,204,192); }
div.DivClassName
{
background-color: #12CCC0;
}
.BgClassName
{
background-color: #12CCC0;
}
</style>
border-color css
<style>
span { border-color: #12CCC0; }
span { border-color: rgb(18,204,192); }
td.TdClassName
{
border-color: #12CCC0;
}
.TagClassName
{
border-color: #12CCC0;
}
</style>