Shades of Robin's Egg Blue #12C4D0
Tints of Robin's Egg Blue #12C4D0
RGB
CMYK
RGB Variations
Color information
#12C4D0 (or 0x12C4D0) is known color: Robin's Egg Blue. HEX triplet: 12, C4 and D0. RGB value is (18,196,208). Sum of RGB (Red+Green+Blue) = 18+196+208=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #12C4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C4D0 is #ED3B2F. Grayscale: #8F8F8F. Windows color (decimal): -15547184 or 13681682. OLE color: 13681682.
HSL color Cylindrical-coordinate representation of color #12C4D0: hue angle of 183.79º 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 #12C4D0 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 196 | 208 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.18 |
| HSL | 183.79º | 0.84% | 0.44% | - |
| HSV(B) | 183.79º | 0.91% | 0.82% | - |
| XYZ | 31.37 | 44.16 | 66.55 | - |
| YUV | 144.15 | 164.03 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 208 | 0.91 | 0.06 | 0 | 0.18 | 183.79 | 0.84 | 0.44 |
| Hex | 12 | C4 | D0 | 5B | 6 | 0 | 12 | B8 | 54 | 2C |
| Octal | 22 | 304 | 320 | 133 | 6 | 0 | 22 | 270 | 124 | 54 |
| Binary | 10010 | 11000100 | 11010000 | 1011011 | 110 | 0 | 10010 | 10111000 | 1010100 | 101100 |
Color Harmonies of #12C4D0
Complementary color
Monochromatic Colors of #12C4D0
Black with #12C4D0
Text Example
Text Example
White with #12C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C4D0; }
p { color: rgb(18,196,208); }
H1.HeaderClassName
{
color: #12C4D0;
}
.AnyTagClassName
{
color: #12C4D0;
}
</style>
background-color css
<style>
a { background-color: #12C4D0; }
a { background-color: rgb(18,196,208); }
div.DivClassName
{
background-color: #12C4D0;
}
.BgClassName
{
background-color: #12C4D0;
}
</style>
border-color css
<style>
span { border-color: #12C4D0; }
span { border-color: rgb(18,196,208); }
td.TdClassName
{
border-color: #12C4D0;
}
.TagClassName
{
border-color: #12C4D0;
}
</style>