Shades of Robin's Egg Blue #12DABA
Tints of Robin's Egg Blue #12DABA
RGB
CMYK
RGB Variations
Color information
#12DABA (or 0x12DABA) is known color: Robin's Egg Blue. HEX triplet: 12, DA and BA. RGB value is (18,218,186). Sum of RGB (Red+Green+Blue) = 18+218+186=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #12DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DABA is #ED2545. Grayscale: #9A9A9A. Windows color (decimal): -15541574 or 12245522. OLE color: 12245522.
HSL color Cylindrical-coordinate representation of color #12DABA: hue angle of 170.4º 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 #12DABA is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 186 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.15 |
| HSL | 170.4º | 0.85% | 0.46% | - |
| HSV(B) | 170.4º | 0.92% | 0.85% | - |
| XYZ | 34.18 | 53.82 | 55.04 | - |
| YUV | 154.55 | 145.74 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 186 | 0.92 | 0 | 0.15 | 0.15 | 170.4 | 0.85 | 0.46 |
| Hex | 12 | DA | BA | 5C | 0 | F | F | AA | 55 | 2E |
| Octal | 22 | 332 | 272 | 134 | 0 | 17 | 17 | 252 | 125 | 56 |
| Binary | 10010 | 11011010 | 10111010 | 1011100 | 0 | 1111 | 1111 | 10101010 | 1010101 | 101110 |
Color Harmonies of #12DABA
Complementary color
Monochromatic Colors of #12DABA
Black with #12DABA
Text Example
Text Example
White with #12DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DABA; }
p { color: rgb(18,218,186); }
H1.HeaderClassName
{
color: #12DABA;
}
.AnyTagClassName
{
color: #12DABA;
}
</style>
background-color css
<style>
a { background-color: #12DABA; }
a { background-color: rgb(18,218,186); }
div.DivClassName
{
background-color: #12DABA;
}
.BgClassName
{
background-color: #12DABA;
}
</style>
border-color css
<style>
span { border-color: #12DABA; }
span { border-color: rgb(18,218,186); }
td.TdClassName
{
border-color: #12DABA;
}
.TagClassName
{
border-color: #12DABA;
}
</style>