Shades of Robin's Egg Blue #12C9BA
Tints of Robin's Egg Blue #12C9BA
RGB
CMYK
RGB Variations
Color information
#12C9BA (or 0x12C9BA) is known color: Robin's Egg Blue. HEX triplet: 12, C9 and BA. RGB value is (18,201,186). Sum of RGB (Red+Green+Blue) = 18+201+186=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #12C9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C9BA is #ED3645. Grayscale: #909090. Windows color (decimal): -15545926 or 12241170. OLE color: 12241170.
HSL color Cylindrical-coordinate representation of color #12C9BA: hue angle of 175.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C9BA is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 186 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.21 |
| HSL | 175.08º | 0.84% | 0.43% | - |
| HSV(B) | 175.08º | 0.91% | 0.79% | - |
| XYZ | 30 | 45.45 | 53.65 | - |
| YUV | 144.57 | 151.37 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 186 | 0.91 | 0 | 0.07 | 0.21 | 175.08 | 0.84 | 0.43 |
| Hex | 12 | C9 | BA | 5B | 0 | 7 | 15 | AF | 54 | 2B |
| Octal | 22 | 311 | 272 | 133 | 0 | 7 | 25 | 257 | 124 | 53 |
| Binary | 10010 | 11001001 | 10111010 | 1011011 | 0 | 111 | 10101 | 10101111 | 1010100 | 101011 |
Color Harmonies of #12C9BA
Complementary color
Monochromatic Colors of #12C9BA
Black with #12C9BA
Text Example
Text Example
White with #12C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C9BA; }
p { color: rgb(18,201,186); }
H1.HeaderClassName
{
color: #12C9BA;
}
.AnyTagClassName
{
color: #12C9BA;
}
</style>
background-color css
<style>
a { background-color: #12C9BA; }
a { background-color: rgb(18,201,186); }
div.DivClassName
{
background-color: #12C9BA;
}
.BgClassName
{
background-color: #12C9BA;
}
</style>
border-color css
<style>
span { border-color: #12C9BA; }
span { border-color: rgb(18,201,186); }
td.TdClassName
{
border-color: #12C9BA;
}
.TagClassName
{
border-color: #12C9BA;
}
</style>