Shades of Robin's Egg Blue #12DABB
Tints of Robin's Egg Blue #12DABB
RGB
CMYK
RGB Variations
Color information
#12DABB (or 0x12DABB) is known color: Robin's Egg Blue. HEX triplet: 12, DA and BB. RGB value is (18,218,187). Sum of RGB (Red+Green+Blue) = 18+218+187=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #12DABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DABB is #ED2544. Grayscale: #9A9A9A. Windows color (decimal): -15541573 or 12311058. OLE color: 12311058.
HSL color Cylindrical-coordinate representation of color #12DABB: hue angle of 170.7º 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 #12DABB is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 187 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.15 |
| HSL | 170.7º | 0.85% | 0.46% | - |
| HSV(B) | 170.7º | 0.92% | 0.85% | - |
| XYZ | 34.29 | 53.86 | 55.6 | - |
| YUV | 154.67 | 146.24 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 187 | 0.92 | 0 | 0.14 | 0.15 | 170.7 | 0.85 | 0.46 |
| Hex | 12 | DA | BB | 5C | 0 | E | F | AB | 55 | 2E |
| Octal | 22 | 332 | 273 | 134 | 0 | 16 | 17 | 253 | 125 | 56 |
| Binary | 10010 | 11011010 | 10111011 | 1011100 | 0 | 1110 | 1111 | 10101011 | 1010101 | 101110 |
Color Harmonies of #12DABB
Complementary color
Monochromatic Colors of #12DABB
Black with #12DABB
Text Example
Text Example
White with #12DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DABB; }
p { color: rgb(18,218,187); }
H1.HeaderClassName
{
color: #12DABB;
}
.AnyTagClassName
{
color: #12DABB;
}
</style>
background-color css
<style>
a { background-color: #12DABB; }
a { background-color: rgb(18,218,187); }
div.DivClassName
{
background-color: #12DABB;
}
.BgClassName
{
background-color: #12DABB;
}
</style>
border-color css
<style>
span { border-color: #12DABB; }
span { border-color: rgb(18,218,187); }
td.TdClassName
{
border-color: #12DABB;
}
.TagClassName
{
border-color: #12DABB;
}
</style>