Shades of Robin's Egg Blue #12E1BD
Tints of Robin's Egg Blue #12E1BD
RGB
CMYK
RGB Variations
Color information
#12E1BD (or 0x12E1BD) is known color: Robin's Egg Blue. HEX triplet: 12, E1 and BD. RGB value is (18,225,189). Sum of RGB (Red+Green+Blue) = 18+225+189=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #12E1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E1BD is #ED1E42. Grayscale: #9E9E9E. Windows color (decimal): -15539779 or 12443922. OLE color: 12443922.
HSL color Cylindrical-coordinate representation of color #12E1BD: hue angle of 169.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E1BD is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 189 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.12 |
| HSL | 169.57º | 0.85% | 0.48% | - |
| HSV(B) | 169.57º | 0.92% | 0.88% | - |
| XYZ | 36.36 | 57.65 | 57.36 | - |
| YUV | 159 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 189 | 0.92 | 0 | 0.16 | 0.12 | 169.57 | 0.85 | 0.48 |
| Hex | 12 | E1 | BD | 5C | 0 | 10 | C | AA | 55 | 30 |
| Octal | 22 | 341 | 275 | 134 | 0 | 20 | 14 | 252 | 125 | 60 |
| Binary | 10010 | 11100001 | 10111101 | 1011100 | 0 | 10000 | 1100 | 10101010 | 1010101 | 110000 |
Color Harmonies of #12E1BD
Complementary color
Monochromatic Colors of #12E1BD
Black with #12E1BD
Text Example
Text Example
White with #12E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E1BD; }
p { color: rgb(18,225,189); }
H1.HeaderClassName
{
color: #12E1BD;
}
.AnyTagClassName
{
color: #12E1BD;
}
</style>
background-color css
<style>
a { background-color: #12E1BD; }
a { background-color: rgb(18,225,189); }
div.DivClassName
{
background-color: #12E1BD;
}
.BgClassName
{
background-color: #12E1BD;
}
</style>
border-color css
<style>
span { border-color: #12E1BD; }
span { border-color: rgb(18,225,189); }
td.TdClassName
{
border-color: #12E1BD;
}
.TagClassName
{
border-color: #12E1BD;
}
</style>