Shades of Robin's Egg Blue #12DFB9
Tints of Robin's Egg Blue #12DFB9
RGB
CMYK
RGB Variations
Color information
#12DFB9 (or 0x12DFB9) is known color: Robin's Egg Blue. HEX triplet: 12, DF and B9. RGB value is (18,223,185). Sum of RGB (Red+Green+Blue) = 18+223+185=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFB9 is #ED2046. Grayscale: #9D9D9D. Windows color (decimal): -15540295 or 12181266. OLE color: 12181266.
HSL color Cylindrical-coordinate representation of color #12DFB9: hue angle of 168.88º 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 #12DFB9 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 185 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.13 |
| HSL | 168.88º | 0.85% | 0.47% | - |
| HSV(B) | 168.88º | 0.92% | 0.87% | - |
| XYZ | 35.39 | 56.41 | 54.92 | - |
| YUV | 157.37 | 143.58 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 185 | 0.92 | 0 | 0.17 | 0.13 | 168.88 | 0.85 | 0.47 |
| Hex | 12 | DF | B9 | 5C | 0 | 11 | D | A9 | 55 | 2F |
| Octal | 22 | 337 | 271 | 134 | 0 | 21 | 15 | 251 | 125 | 57 |
| Binary | 10010 | 11011111 | 10111001 | 1011100 | 0 | 10001 | 1101 | 10101001 | 1010101 | 101111 |
Color Harmonies of #12DFB9
Complementary color
Monochromatic Colors of #12DFB9
Black with #12DFB9
Text Example
Text Example
White with #12DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFB9; }
p { color: rgb(18,223,185); }
H1.HeaderClassName
{
color: #12DFB9;
}
.AnyTagClassName
{
color: #12DFB9;
}
</style>
background-color css
<style>
a { background-color: #12DFB9; }
a { background-color: rgb(18,223,185); }
div.DivClassName
{
background-color: #12DFB9;
}
.BgClassName
{
background-color: #12DFB9;
}
</style>
border-color css
<style>
span { border-color: #12DFB9; }
span { border-color: rgb(18,223,185); }
td.TdClassName
{
border-color: #12DFB9;
}
.TagClassName
{
border-color: #12DFB9;
}
</style>