Shades of Robin's Egg Blue #12C2CE
Tints of Robin's Egg Blue #12C2CE
RGB
CMYK
RGB Variations
Color information
#12C2CE (or 0x12C2CE) is known color: Robin's Egg Blue. HEX triplet: 12, C2 and CE. RGB value is (18,194,206). Sum of RGB (Red+Green+Blue) = 18+194+206=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #12C2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C2CE is #ED3D31. Grayscale: #8E8E8E. Windows color (decimal): -15547698 or 13550098. OLE color: 13550098.
HSL color Cylindrical-coordinate representation of color #12C2CE: hue angle of 183.83º 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 #12C2CE is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 194 | 206 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.19 |
| HSL | 183.83º | 0.84% | 0.44% | - |
| HSV(B) | 183.83º | 0.91% | 0.81% | - |
| XYZ | 30.68 | 43.17 | 65.11 | - |
| YUV | 142.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 206 | 0.91 | 0.06 | 0 | 0.19 | 183.83 | 0.84 | 0.44 |
| Hex | 12 | C2 | CE | 5B | 6 | 0 | 13 | B8 | 54 | 2C |
| Octal | 22 | 302 | 316 | 133 | 6 | 0 | 23 | 270 | 124 | 54 |
| Binary | 10010 | 11000010 | 11001110 | 1011011 | 110 | 0 | 10011 | 10111000 | 1010100 | 101100 |
Color Harmonies of #12C2CE
Complementary color
Monochromatic Colors of #12C2CE
Black with #12C2CE
Text Example
Text Example
White with #12C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2CE; }
p { color: rgb(18,194,206); }
H1.HeaderClassName
{
color: #12C2CE;
}
.AnyTagClassName
{
color: #12C2CE;
}
</style>
background-color css
<style>
a { background-color: #12C2CE; }
a { background-color: rgb(18,194,206); }
div.DivClassName
{
background-color: #12C2CE;
}
.BgClassName
{
background-color: #12C2CE;
}
</style>
border-color css
<style>
span { border-color: #12C2CE; }
span { border-color: rgb(18,194,206); }
td.TdClassName
{
border-color: #12C2CE;
}
.TagClassName
{
border-color: #12C2CE;
}
</style>