Shades of Robin's Egg Blue #12C2D0
Tints of Robin's Egg Blue #12C2D0
RGB
CMYK
RGB Variations
Color information
#12C2D0 (or 0x12C2D0) is known color: Robin's Egg Blue. HEX triplet: 12, C2 and D0. RGB value is (18,194,208). Sum of RGB (Red+Green+Blue) = 18+194+208=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #12C2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C2D0 is #ED3D2F. Grayscale: #8E8E8E. Windows color (decimal): -15547696 or 13681170. OLE color: 13681170.
HSL color Cylindrical-coordinate representation of color #12C2D0: hue angle of 184.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C2D0 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 194 | 208 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.18 |
| HSL | 184.42º | 0.84% | 0.44% | - |
| HSV(B) | 184.42º | 0.91% | 0.82% | - |
| XYZ | 30.93 | 43.27 | 66.4 | - |
| YUV | 142.97 | 164.69 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 208 | 0.91 | 0.07 | 0 | 0.18 | 184.42 | 0.84 | 0.44 |
| Hex | 12 | C2 | D0 | 5B | 7 | 0 | 12 | B8 | 54 | 2C |
| Octal | 22 | 302 | 320 | 133 | 7 | 0 | 22 | 270 | 124 | 54 |
| Binary | 10010 | 11000010 | 11010000 | 1011011 | 111 | 0 | 10010 | 10111000 | 1010100 | 101100 |
Color Harmonies of #12C2D0
Complementary color
Monochromatic Colors of #12C2D0
Black with #12C2D0
Text Example
Text Example
White with #12C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2D0; }
p { color: rgb(18,194,208); }
H1.HeaderClassName
{
color: #12C2D0;
}
.AnyTagClassName
{
color: #12C2D0;
}
</style>
background-color css
<style>
a { background-color: #12C2D0; }
a { background-color: rgb(18,194,208); }
div.DivClassName
{
background-color: #12C2D0;
}
.BgClassName
{
background-color: #12C2D0;
}
</style>
border-color css
<style>
span { border-color: #12C2D0; }
span { border-color: rgb(18,194,208); }
td.TdClassName
{
border-color: #12C2D0;
}
.TagClassName
{
border-color: #12C2D0;
}
</style>