Shades of Robin's Egg Blue #12DFB7
Tints of Robin's Egg Blue #12DFB7
RGB
CMYK
RGB Variations
Color information
#12DFB7 (or 0x12DFB7) is known color: Robin's Egg Blue. HEX triplet: 12, DF and B7. RGB value is (18,223,183). Sum of RGB (Red+Green+Blue) = 18+223+183=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFB7 is #ED2048. Grayscale: #9D9D9D. Windows color (decimal): -15540297 or 12050194. OLE color: 12050194.
HSL color Cylindrical-coordinate representation of color #12DFB7: hue angle of 168.29º 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 #12DFB7 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 183 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.13 |
| HSL | 168.29º | 0.85% | 0.47% | - |
| HSV(B) | 168.29º | 0.92% | 0.87% | - |
| XYZ | 35.18 | 56.32 | 53.82 | - |
| YUV | 157.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 183 | 0.92 | 0 | 0.18 | 0.13 | 168.29 | 0.85 | 0.47 |
| Hex | 12 | DF | B7 | 5C | 0 | 12 | D | A8 | 55 | 2F |
| Octal | 22 | 337 | 267 | 134 | 0 | 22 | 15 | 250 | 125 | 57 |
| Binary | 10010 | 11011111 | 10110111 | 1011100 | 0 | 10010 | 1101 | 10101000 | 1010101 | 101111 |
Color Harmonies of #12DFB7
Complementary color
Monochromatic Colors of #12DFB7
Black with #12DFB7
Text Example
Text Example
White with #12DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFB7; }
p { color: rgb(18,223,183); }
H1.HeaderClassName
{
color: #12DFB7;
}
.AnyTagClassName
{
color: #12DFB7;
}
</style>
background-color css
<style>
a { background-color: #12DFB7; }
a { background-color: rgb(18,223,183); }
div.DivClassName
{
background-color: #12DFB7;
}
.BgClassName
{
background-color: #12DFB7;
}
</style>
border-color css
<style>
span { border-color: #12DFB7; }
span { border-color: rgb(18,223,183); }
td.TdClassName
{
border-color: #12DFB7;
}
.TagClassName
{
border-color: #12DFB7;
}
</style>