Shades of Robin's Egg Blue #12CFC2
Tints of Robin's Egg Blue #12CFC2
RGB
CMYK
RGB Variations
Color information
#12CFC2 (or 0x12CFC2) is known color: Robin's Egg Blue. HEX triplet: 12, CF and C2. RGB value is (18,207,194). Sum of RGB (Red+Green+Blue) = 18+207+194=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFC2 is #ED303D. Grayscale: #949494. Windows color (decimal): -15544382 or 12766994. OLE color: 12766994.
HSL color Cylindrical-coordinate representation of color #12CFC2: hue angle of 175.87º 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 #12CFC2 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 194 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.19 |
| HSL | 175.87º | 0.84% | 0.44% | - |
| HSV(B) | 175.87º | 0.91% | 0.81% | - |
| XYZ | 32.3 | 48.65 | 58.73 | - |
| YUV | 149.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 194 | 0.91 | 0 | 0.06 | 0.19 | 175.87 | 0.84 | 0.44 |
| Hex | 12 | CF | C2 | 5B | 0 | 6 | 13 | B0 | 54 | 2C |
| Octal | 22 | 317 | 302 | 133 | 0 | 6 | 23 | 260 | 124 | 54 |
| Binary | 10010 | 11001111 | 11000010 | 1011011 | 0 | 110 | 10011 | 10110000 | 1010100 | 101100 |
Color Harmonies of #12CFC2
Complementary color
Monochromatic Colors of #12CFC2
Black with #12CFC2
Text Example
Text Example
White with #12CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFC2; }
p { color: rgb(18,207,194); }
H1.HeaderClassName
{
color: #12CFC2;
}
.AnyTagClassName
{
color: #12CFC2;
}
</style>
background-color css
<style>
a { background-color: #12CFC2; }
a { background-color: rgb(18,207,194); }
div.DivClassName
{
background-color: #12CFC2;
}
.BgClassName
{
background-color: #12CFC2;
}
</style>
border-color css
<style>
span { border-color: #12CFC2; }
span { border-color: rgb(18,207,194); }
td.TdClassName
{
border-color: #12CFC2;
}
.TagClassName
{
border-color: #12CFC2;
}
</style>