Shades of Robin's Egg Blue #12CFC1
Tints of Robin's Egg Blue #12CFC1
RGB
CMYK
RGB Variations
Color information
#12CFC1 (or 0x12CFC1) is known color: Robin's Egg Blue. HEX triplet: 12, CF and C1. RGB value is (18,207,193). Sum of RGB (Red+Green+Blue) = 18+207+193=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFC1 is #ED303E. Grayscale: #949494. Windows color (decimal): -15544383 or 12701458. OLE color: 12701458.
HSL color Cylindrical-coordinate representation of color #12CFC1: hue angle of 175.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CFC1 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 193 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.19 |
| HSL | 175.56º | 0.84% | 0.44% | - |
| HSV(B) | 175.56º | 0.91% | 0.81% | - |
| XYZ | 32.19 | 48.6 | 58.14 | - |
| YUV | 148.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 193 | 0.91 | 0 | 0.07 | 0.19 | 175.56 | 0.84 | 0.44 |
| Hex | 12 | CF | C1 | 5B | 0 | 7 | 13 | B0 | 54 | 2C |
| Octal | 22 | 317 | 301 | 133 | 0 | 7 | 23 | 260 | 124 | 54 |
| Binary | 10010 | 11001111 | 11000001 | 1011011 | 0 | 111 | 10011 | 10110000 | 1010100 | 101100 |
Color Harmonies of #12CFC1
Complementary color
Monochromatic Colors of #12CFC1
Black with #12CFC1
Text Example
Text Example
White with #12CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFC1; }
p { color: rgb(18,207,193); }
H1.HeaderClassName
{
color: #12CFC1;
}
.AnyTagClassName
{
color: #12CFC1;
}
</style>
background-color css
<style>
a { background-color: #12CFC1; }
a { background-color: rgb(18,207,193); }
div.DivClassName
{
background-color: #12CFC1;
}
.BgClassName
{
background-color: #12CFC1;
}
</style>
border-color css
<style>
span { border-color: #12CFC1; }
span { border-color: rgb(18,207,193); }
td.TdClassName
{
border-color: #12CFC1;
}
.TagClassName
{
border-color: #12CFC1;
}
</style>