Shades of Robin's Egg Blue #12CDB7
Tints of Robin's Egg Blue #12CDB7
RGB
CMYK
RGB Variations
Color information
#12CDB7 (or 0x12CDB7) is known color: Robin's Egg Blue. HEX triplet: 12, CD and B7. RGB value is (18,205,183). Sum of RGB (Red+Green+Blue) = 18+205+183=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDB7 is #ED3248. Grayscale: #929292. Windows color (decimal): -15544905 or 12045586. OLE color: 12045586.
HSL color Cylindrical-coordinate representation of color #12CDB7: hue angle of 172.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CDB7 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 205 | 183 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.20 |
| HSL | 172.94º | 0.84% | 0.44% | - |
| HSV(B) | 172.94º | 0.91% | 0.8% | - |
| XYZ | 30.63 | 47.21 | 52.3 | - |
| YUV | 146.58 | 148.55 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 183 | 0.91 | 0 | 0.11 | 0.20 | 172.94 | 0.84 | 0.44 |
| Hex | 12 | CD | B7 | 5B | 0 | B | 14 | AD | 54 | 2C |
| Octal | 22 | 315 | 267 | 133 | 0 | 13 | 24 | 255 | 124 | 54 |
| Binary | 10010 | 11001101 | 10110111 | 1011011 | 0 | 1011 | 10100 | 10101101 | 1010100 | 101100 |
Color Harmonies of #12CDB7
Complementary color
Monochromatic Colors of #12CDB7
Black with #12CDB7
Text Example
Text Example
White with #12CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDB7; }
p { color: rgb(18,205,183); }
H1.HeaderClassName
{
color: #12CDB7;
}
.AnyTagClassName
{
color: #12CDB7;
}
</style>
background-color css
<style>
a { background-color: #12CDB7; }
a { background-color: rgb(18,205,183); }
div.DivClassName
{
background-color: #12CDB7;
}
.BgClassName
{
background-color: #12CDB7;
}
</style>
border-color css
<style>
span { border-color: #12CDB7; }
span { border-color: rgb(18,205,183); }
td.TdClassName
{
border-color: #12CDB7;
}
.TagClassName
{
border-color: #12CDB7;
}
</style>