Shades of Robin's Egg Blue #12CCC6
Tints of Robin's Egg Blue #12CCC6
RGB
CMYK
RGB Variations
Color information
#12CCC6 (or 0x12CCC6) is known color: Robin's Egg Blue. HEX triplet: 12, CC and C6. RGB value is (18,204,198). Sum of RGB (Red+Green+Blue) = 18+204+198=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCC6 is #ED3339. Grayscale: #939393. Windows color (decimal): -15545146 or 13028370. OLE color: 13028370.
HSL color Cylindrical-coordinate representation of color #12CCC6: hue angle of 178.06º 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 #12CCC6 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 198 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.2 |
| HSL | 178.06º | 0.84% | 0.44% | - |
| HSV(B) | 178.06º | 0.91% | 0.8% | - |
| XYZ | 32.04 | 47.39 | 60.89 | - |
| YUV | 147.7 | 156.38 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 198 | 0.91 | 0 | 0.03 | 0.2 | 178.06 | 0.84 | 0.44 |
| Hex | 12 | CC | C6 | 5B | 0 | 3 | 14 | B2 | 54 | 2C |
| Octal | 22 | 314 | 306 | 133 | 0 | 3 | 24 | 262 | 124 | 54 |
| Binary | 10010 | 11001100 | 11000110 | 1011011 | 0 | 11 | 10100 | 10110010 | 1010100 | 101100 |
Color Harmonies of #12CCC6
Complementary color
Monochromatic Colors of #12CCC6
Black with #12CCC6
Text Example
Text Example
White with #12CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCC6; }
p { color: rgb(18,204,198); }
H1.HeaderClassName
{
color: #12CCC6;
}
.AnyTagClassName
{
color: #12CCC6;
}
</style>
background-color css
<style>
a { background-color: #12CCC6; }
a { background-color: rgb(18,204,198); }
div.DivClassName
{
background-color: #12CCC6;
}
.BgClassName
{
background-color: #12CCC6;
}
</style>
border-color css
<style>
span { border-color: #12CCC6; }
span { border-color: rgb(18,204,198); }
td.TdClassName
{
border-color: #12CCC6;
}
.TagClassName
{
border-color: #12CCC6;
}
</style>