Shades of Robin's Egg Blue #12CCC1
Tints of Robin's Egg Blue #12CCC1
RGB
CMYK
RGB Variations
Color information
#12CCC1 (or 0x12CCC1) is known color: Robin's Egg Blue. HEX triplet: 12, CC and C1. RGB value is (18,204,193). Sum of RGB (Red+Green+Blue) = 18+204+193=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCC1 is #ED333E. Grayscale: #929292. Windows color (decimal): -15545151 or 12700690. OLE color: 12700690.
HSL color Cylindrical-coordinate representation of color #12CCC1: hue angle of 176.45º 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 #12CCC1 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 193 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.2 |
| HSL | 176.45º | 0.84% | 0.44% | - |
| HSV(B) | 176.45º | 0.91% | 0.8% | - |
| XYZ | 31.47 | 47.16 | 57.9 | - |
| YUV | 147.13 | 153.88 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 193 | 0.91 | 0 | 0.05 | 0.2 | 176.45 | 0.84 | 0.44 |
| Hex | 12 | CC | C1 | 5B | 0 | 5 | 14 | B0 | 54 | 2C |
| Octal | 22 | 314 | 301 | 133 | 0 | 5 | 24 | 260 | 124 | 54 |
| Binary | 10010 | 11001100 | 11000001 | 1011011 | 0 | 101 | 10100 | 10110000 | 1010100 | 101100 |
Color Harmonies of #12CCC1
Complementary color
Monochromatic Colors of #12CCC1
Black with #12CCC1
Text Example
Text Example
White with #12CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCC1; }
p { color: rgb(18,204,193); }
H1.HeaderClassName
{
color: #12CCC1;
}
.AnyTagClassName
{
color: #12CCC1;
}
</style>
background-color css
<style>
a { background-color: #12CCC1; }
a { background-color: rgb(18,204,193); }
div.DivClassName
{
background-color: #12CCC1;
}
.BgClassName
{
background-color: #12CCC1;
}
</style>
border-color css
<style>
span { border-color: #12CCC1; }
span { border-color: rgb(18,204,193); }
td.TdClassName
{
border-color: #12CCC1;
}
.TagClassName
{
border-color: #12CCC1;
}
</style>