Shades of Robin's Egg Blue #12CCC8
Tints of Robin's Egg Blue #12CCC8
RGB
CMYK
RGB Variations
Color information
#12CCC8 (or 0x12CCC8) is known color: Robin's Egg Blue. HEX triplet: 12, CC and C8. RGB value is (18,204,200). Sum of RGB (Red+Green+Blue) = 18+204+200=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCC8 is #ED3337. Grayscale: #939393. Windows color (decimal): -15545144 or 13159442. OLE color: 13159442.
HSL color Cylindrical-coordinate representation of color #12CCC8: hue angle of 178.71º 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 #12CCC8 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 200 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.2 |
| HSL | 178.71º | 0.84% | 0.44% | - |
| HSV(B) | 178.71º | 0.91% | 0.8% | - |
| XYZ | 32.27 | 47.48 | 62.11 | - |
| YUV | 147.93 | 157.38 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 200 | 0.91 | 0 | 0.02 | 0.2 | 178.71 | 0.84 | 0.44 |
| Hex | 12 | CC | C8 | 5B | 0 | 2 | 14 | B3 | 54 | 2C |
| Octal | 22 | 314 | 310 | 133 | 0 | 2 | 24 | 263 | 124 | 54 |
| Binary | 10010 | 11001100 | 11001000 | 1011011 | 0 | 10 | 10100 | 10110011 | 1010100 | 101100 |
Color Harmonies of #12CCC8
Complementary color
Monochromatic Colors of #12CCC8
Black with #12CCC8
Text Example
Text Example
White with #12CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCC8; }
p { color: rgb(18,204,200); }
H1.HeaderClassName
{
color: #12CCC8;
}
.AnyTagClassName
{
color: #12CCC8;
}
</style>
background-color css
<style>
a { background-color: #12CCC8; }
a { background-color: rgb(18,204,200); }
div.DivClassName
{
background-color: #12CCC8;
}
.BgClassName
{
background-color: #12CCC8;
}
</style>
border-color css
<style>
span { border-color: #12CCC8; }
span { border-color: rgb(18,204,200); }
td.TdClassName
{
border-color: #12CCC8;
}
.TagClassName
{
border-color: #12CCC8;
}
</style>