Shades of Robin's Egg Blue #12D6BE
Tints of Robin's Egg Blue #12D6BE
RGB
CMYK
RGB Variations
Color information
#12D6BE (or 0x12D6BE) is known color: Robin's Egg Blue. HEX triplet: 12, D6 and BE. RGB value is (18,214,190). Sum of RGB (Red+Green+Blue) = 18+214+190=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #12D6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D6BE is #ED2941. Grayscale: #989898. Windows color (decimal): -15542594 or 12506642. OLE color: 12506642.
HSL color Cylindrical-coordinate representation of color #12D6BE: hue angle of 172.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D6BE is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 190 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.16 |
| HSL | 172.65º | 0.84% | 0.45% | - |
| HSV(B) | 172.65º | 0.92% | 0.84% | - |
| XYZ | 33.59 | 51.94 | 56.97 | - |
| YUV | 152.66 | 149.07 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 190 | 0.92 | 0 | 0.11 | 0.16 | 172.65 | 0.84 | 0.45 |
| Hex | 12 | D6 | BE | 5C | 0 | B | 10 | AD | 54 | 2D |
| Octal | 22 | 326 | 276 | 134 | 0 | 13 | 20 | 255 | 124 | 55 |
| Binary | 10010 | 11010110 | 10111110 | 1011100 | 0 | 1011 | 10000 | 10101101 | 1010100 | 101101 |
Color Harmonies of #12D6BE
Complementary color
Monochromatic Colors of #12D6BE
Black with #12D6BE
Text Example
Text Example
White with #12D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D6BE; }
p { color: rgb(18,214,190); }
H1.HeaderClassName
{
color: #12D6BE;
}
.AnyTagClassName
{
color: #12D6BE;
}
</style>
background-color css
<style>
a { background-color: #12D6BE; }
a { background-color: rgb(18,214,190); }
div.DivClassName
{
background-color: #12D6BE;
}
.BgClassName
{
background-color: #12D6BE;
}
</style>
border-color css
<style>
span { border-color: #12D6BE; }
span { border-color: rgb(18,214,190); }
td.TdClassName
{
border-color: #12D6BE;
}
.TagClassName
{
border-color: #12D6BE;
}
</style>