Shades of Robin's Egg Blue #12CFC7
Tints of Robin's Egg Blue #12CFC7
RGB
CMYK
RGB Variations
Color information
#12CFC7 (or 0x12CFC7) is known color: Robin's Egg Blue. HEX triplet: 12, CF and C7. RGB value is (18,207,199). Sum of RGB (Red+Green+Blue) = 18+207+199=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFC7 is #ED3038. Grayscale: #959595. Windows color (decimal): -15544377 or 13094674. OLE color: 13094674.
HSL color Cylindrical-coordinate representation of color #12CFC7: hue angle of 177.46º 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 #12CFC7 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 199 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.19 |
| HSL | 177.46º | 0.84% | 0.44% | - |
| HSV(B) | 177.46º | 0.91% | 0.81% | - |
| XYZ | 32.87 | 48.88 | 61.73 | - |
| YUV | 149.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 199 | 0.91 | 0 | 0.04 | 0.19 | 177.46 | 0.84 | 0.44 |
| Hex | 12 | CF | C7 | 5B | 0 | 4 | 13 | B1 | 54 | 2C |
| Octal | 22 | 317 | 307 | 133 | 0 | 4 | 23 | 261 | 124 | 54 |
| Binary | 10010 | 11001111 | 11000111 | 1011011 | 0 | 100 | 10011 | 10110001 | 1010100 | 101100 |
Color Harmonies of #12CFC7
Complementary color
Monochromatic Colors of #12CFC7
Black with #12CFC7
Text Example
Text Example
White with #12CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFC7; }
p { color: rgb(18,207,199); }
H1.HeaderClassName
{
color: #12CFC7;
}
.AnyTagClassName
{
color: #12CFC7;
}
</style>
background-color css
<style>
a { background-color: #12CFC7; }
a { background-color: rgb(18,207,199); }
div.DivClassName
{
background-color: #12CFC7;
}
.BgClassName
{
background-color: #12CFC7;
}
</style>
border-color css
<style>
span { border-color: #12CFC7; }
span { border-color: rgb(18,207,199); }
td.TdClassName
{
border-color: #12CFC7;
}
.TagClassName
{
border-color: #12CFC7;
}
</style>