Shades of Robin's Egg Blue #12E0BA
Tints of Robin's Egg Blue #12E0BA
RGB
CMYK
RGB Variations
Color information
#12E0BA (or 0x12E0BA) is known color: Robin's Egg Blue. HEX triplet: 12, E0 and BA. RGB value is (18,224,186). Sum of RGB (Red+Green+Blue) = 18+224+186=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #12E0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E0BA is #ED1F45. Grayscale: #9E9E9E. Windows color (decimal): -15540038 or 12247058. OLE color: 12247058.
HSL color Cylindrical-coordinate representation of color #12E0BA: hue angle of 168.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E0BA is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 186 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.12 |
| HSL | 168.93º | 0.85% | 0.47% | - |
| HSV(B) | 168.93º | 0.92% | 0.88% | - |
| XYZ | 35.77 | 56.99 | 55.57 | - |
| YUV | 158.07 | 143.75 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 186 | 0.92 | 0 | 0.17 | 0.12 | 168.93 | 0.85 | 0.47 |
| Hex | 12 | E0 | BA | 5C | 0 | 11 | C | A9 | 55 | 2F |
| Octal | 22 | 340 | 272 | 134 | 0 | 21 | 14 | 251 | 125 | 57 |
| Binary | 10010 | 11100000 | 10111010 | 1011100 | 0 | 10001 | 1100 | 10101001 | 1010101 | 101111 |
Color Harmonies of #12E0BA
Complementary color
Monochromatic Colors of #12E0BA
Black with #12E0BA
Text Example
Text Example
White with #12E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E0BA; }
p { color: rgb(18,224,186); }
H1.HeaderClassName
{
color: #12E0BA;
}
.AnyTagClassName
{
color: #12E0BA;
}
</style>
background-color css
<style>
a { background-color: #12E0BA; }
a { background-color: rgb(18,224,186); }
div.DivClassName
{
background-color: #12E0BA;
}
.BgClassName
{
background-color: #12E0BA;
}
</style>
border-color css
<style>
span { border-color: #12E0BA; }
span { border-color: rgb(18,224,186); }
td.TdClassName
{
border-color: #12E0BA;
}
.TagClassName
{
border-color: #12E0BA;
}
</style>