Shades of Robin's Egg Blue #12DEB8
Tints of Robin's Egg Blue #12DEB8
RGB
CMYK
RGB Variations
Color information
#12DEB8 (or 0x12DEB8) is known color: Robin's Egg Blue. HEX triplet: 12, DE and B8. RGB value is (18,222,184). Sum of RGB (Red+Green+Blue) = 18+222+184=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEB8 is #ED2147. Grayscale: #9C9C9C. Windows color (decimal): -15540552 or 12115474. OLE color: 12115474.
HSL color Cylindrical-coordinate representation of color #12DEB8: hue angle of 168.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEB8 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 184 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.13 |
| HSL | 168.82º | 0.85% | 0.47% | - |
| HSV(B) | 168.82º | 0.92% | 0.87% | - |
| XYZ | 35.02 | 55.83 | 54.28 | - |
| YUV | 156.67 | 143.41 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 184 | 0.92 | 0 | 0.17 | 0.13 | 168.82 | 0.85 | 0.47 |
| Hex | 12 | DE | B8 | 5C | 0 | 11 | D | A9 | 55 | 2F |
| Octal | 22 | 336 | 270 | 134 | 0 | 21 | 15 | 251 | 125 | 57 |
| Binary | 10010 | 11011110 | 10111000 | 1011100 | 0 | 10001 | 1101 | 10101001 | 1010101 | 101111 |
Color Harmonies of #12DEB8
Complementary color
Monochromatic Colors of #12DEB8
Black with #12DEB8
Text Example
Text Example
White with #12DEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEB8; }
p { color: rgb(18,222,184); }
H1.HeaderClassName
{
color: #12DEB8;
}
.AnyTagClassName
{
color: #12DEB8;
}
</style>
background-color css
<style>
a { background-color: #12DEB8; }
a { background-color: rgb(18,222,184); }
div.DivClassName
{
background-color: #12DEB8;
}
.BgClassName
{
background-color: #12DEB8;
}
</style>
border-color css
<style>
span { border-color: #12DEB8; }
span { border-color: rgb(18,222,184); }
td.TdClassName
{
border-color: #12DEB8;
}
.TagClassName
{
border-color: #12DEB8;
}
</style>