Shades of Robin's Egg Blue #12D7C1
Tints of Robin's Egg Blue #12D7C1
RGB
CMYK
RGB Variations
Color information
#12D7C1 (or 0x12D7C1) is known color: Robin's Egg Blue. HEX triplet: 12, D7 and C1. RGB value is (18,215,193). Sum of RGB (Red+Green+Blue) = 18+215+193=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7C1 is #ED283E. Grayscale: #999999. Windows color (decimal): -15542335 or 12703506. OLE color: 12703506.
HSL color Cylindrical-coordinate representation of color #12D7C1: hue angle of 173.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D7C1 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 193 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.16 |
| HSL | 173.3º | 0.85% | 0.46% | - |
| HSV(B) | 173.3º | 0.92% | 0.84% | - |
| XYZ | 34.18 | 52.58 | 58.8 | - |
| YUV | 153.59 | 150.23 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 193 | 0.92 | 0 | 0.10 | 0.16 | 173.3 | 0.85 | 0.46 |
| Hex | 12 | D7 | C1 | 5C | 0 | A | 10 | AD | 55 | 2E |
| Octal | 22 | 327 | 301 | 134 | 0 | 12 | 20 | 255 | 125 | 56 |
| Binary | 10010 | 11010111 | 11000001 | 1011100 | 0 | 1010 | 10000 | 10101101 | 1010101 | 101110 |
Color Harmonies of #12D7C1
Complementary color
Monochromatic Colors of #12D7C1
Black with #12D7C1
Text Example
Text Example
White with #12D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D7C1; }
p { color: rgb(18,215,193); }
H1.HeaderClassName
{
color: #12D7C1;
}
.AnyTagClassName
{
color: #12D7C1;
}
</style>
background-color css
<style>
a { background-color: #12D7C1; }
a { background-color: rgb(18,215,193); }
div.DivClassName
{
background-color: #12D7C1;
}
.BgClassName
{
background-color: #12D7C1;
}
</style>
border-color css
<style>
span { border-color: #12D7C1; }
span { border-color: rgb(18,215,193); }
td.TdClassName
{
border-color: #12D7C1;
}
.TagClassName
{
border-color: #12D7C1;
}
</style>