Shades of Robin's Egg Blue #12D5BE
Tints of Robin's Egg Blue #12D5BE
RGB
CMYK
RGB Variations
Color information
#12D5BE (or 0x12D5BE) is known color: Robin's Egg Blue. HEX triplet: 12, D5 and BE. RGB value is (18,213,190). Sum of RGB (Red+Green+Blue) = 18+213+190=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #12D5BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D5BE is #ED2A41. Grayscale: #979797. Windows color (decimal): -15542850 or 12506386. OLE color: 12506386.
HSL color Cylindrical-coordinate representation of color #12D5BE: hue angle of 172.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D5BE is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 190 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.16 |
| HSL | 172.92º | 0.84% | 0.45% | - |
| HSV(B) | 172.92º | 0.92% | 0.84% | - |
| XYZ | 33.34 | 51.43 | 56.89 | - |
| YUV | 152.07 | 149.4 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 190 | 0.92 | 0 | 0.11 | 0.16 | 172.92 | 0.84 | 0.45 |
| Hex | 12 | D5 | BE | 5C | 0 | B | 10 | AD | 54 | 2D |
| Octal | 22 | 325 | 276 | 134 | 0 | 13 | 20 | 255 | 124 | 55 |
| Binary | 10010 | 11010101 | 10111110 | 1011100 | 0 | 1011 | 10000 | 10101101 | 1010100 | 101101 |
Color Harmonies of #12D5BE
Complementary color
Monochromatic Colors of #12D5BE
Black with #12D5BE
Text Example
Text Example
White with #12D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D5BE; }
p { color: rgb(18,213,190); }
H1.HeaderClassName
{
color: #12D5BE;
}
.AnyTagClassName
{
color: #12D5BE;
}
</style>
background-color css
<style>
a { background-color: #12D5BE; }
a { background-color: rgb(18,213,190); }
div.DivClassName
{
background-color: #12D5BE;
}
.BgClassName
{
background-color: #12D5BE;
}
</style>
border-color css
<style>
span { border-color: #12D5BE; }
span { border-color: rgb(18,213,190); }
td.TdClassName
{
border-color: #12D5BE;
}
.TagClassName
{
border-color: #12D5BE;
}
</style>