Shades of Robin's Egg Blue #12D8CA
Tints of Robin's Egg Blue #12D8CA
RGB
CMYK
RGB Variations
Color information
#12D8CA (or 0x12D8CA) is known color: Robin's Egg Blue. HEX triplet: 12, D8 and CA. RGB value is (18,216,202). Sum of RGB (Red+Green+Blue) = 18+216+202=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #12D8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D8CA is #ED2735. Grayscale: #9B9B9B. Windows color (decimal): -15542070 or 13293586. OLE color: 13293586.
HSL color Cylindrical-coordinate representation of color #12D8CA: hue angle of 175.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D8CA is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 202 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.15 |
| HSL | 175.76º | 0.85% | 0.46% | - |
| HSV(B) | 175.76º | 0.92% | 0.85% | - |
| XYZ | 35.47 | 53.5 | 64.34 | - |
| YUV | 155.2 | 154.4 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 202 | 0.92 | 0 | 0.06 | 0.15 | 175.76 | 0.85 | 0.46 |
| Hex | 12 | D8 | CA | 5C | 0 | 6 | F | B0 | 55 | 2E |
| Octal | 22 | 330 | 312 | 134 | 0 | 6 | 17 | 260 | 125 | 56 |
| Binary | 10010 | 11011000 | 11001010 | 1011100 | 0 | 110 | 1111 | 10110000 | 1010101 | 101110 |
Color Harmonies of #12D8CA
Complementary color
Monochromatic Colors of #12D8CA
Black with #12D8CA
Text Example
Text Example
White with #12D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D8CA; }
p { color: rgb(18,216,202); }
H1.HeaderClassName
{
color: #12D8CA;
}
.AnyTagClassName
{
color: #12D8CA;
}
</style>
background-color css
<style>
a { background-color: #12D8CA; }
a { background-color: rgb(18,216,202); }
div.DivClassName
{
background-color: #12D8CA;
}
.BgClassName
{
background-color: #12D8CA;
}
</style>
border-color css
<style>
span { border-color: #12D8CA; }
span { border-color: rgb(18,216,202); }
td.TdClassName
{
border-color: #12D8CA;
}
.TagClassName
{
border-color: #12D8CA;
}
</style>