Shades of Robin's Egg Blue #12D4BA
Tints of Robin's Egg Blue #12D4BA
RGB
CMYK
RGB Variations
Color information
#12D4BA (or 0x12D4BA) is known color: Robin's Egg Blue. HEX triplet: 12, D4 and BA. RGB value is (18,212,186). Sum of RGB (Red+Green+Blue) = 18+212+186=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #12D4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D4BA is #ED2B45. Grayscale: #969696. Windows color (decimal): -15543110 or 12243986. OLE color: 12243986.
HSL color Cylindrical-coordinate representation of color #12D4BA: hue angle of 171.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D4BA is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 186 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.17 |
| HSL | 171.96º | 0.84% | 0.45% | - |
| HSV(B) | 171.96º | 0.92% | 0.83% | - |
| XYZ | 32.66 | 50.76 | 54.53 | - |
| YUV | 151.03 | 147.73 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 186 | 0.92 | 0 | 0.12 | 0.17 | 171.96 | 0.84 | 0.45 |
| Hex | 12 | D4 | BA | 5C | 0 | C | 11 | AC | 54 | 2D |
| Octal | 22 | 324 | 272 | 134 | 0 | 14 | 21 | 254 | 124 | 55 |
| Binary | 10010 | 11010100 | 10111010 | 1011100 | 0 | 1100 | 10001 | 10101100 | 1010100 | 101101 |
Color Harmonies of #12D4BA
Complementary color
Monochromatic Colors of #12D4BA
Black with #12D4BA
Text Example
Text Example
White with #12D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D4BA; }
p { color: rgb(18,212,186); }
H1.HeaderClassName
{
color: #12D4BA;
}
.AnyTagClassName
{
color: #12D4BA;
}
</style>
background-color css
<style>
a { background-color: #12D4BA; }
a { background-color: rgb(18,212,186); }
div.DivClassName
{
background-color: #12D4BA;
}
.BgClassName
{
background-color: #12D4BA;
}
</style>
border-color css
<style>
span { border-color: #12D4BA; }
span { border-color: rgb(18,212,186); }
td.TdClassName
{
border-color: #12D4BA;
}
.TagClassName
{
border-color: #12D4BA;
}
</style>