Shades of Robin's Egg Blue #12D2C3
Tints of Robin's Egg Blue #12D2C3
RGB
CMYK
RGB Variations
Color information
#12D2C3 (or 0x12D2C3) is known color: Robin's Egg Blue. HEX triplet: 12, D2 and C3. RGB value is (18,210,195). Sum of RGB (Red+Green+Blue) = 18+210+195=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #12D2C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D2C3 is #ED2D3C. Grayscale: #969696. Windows color (decimal): -15543613 or 12833298. OLE color: 12833298.
HSL color Cylindrical-coordinate representation of color #12D2C3: hue angle of 175.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D2C3 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 195 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.18 |
| HSL | 175.31º | 0.84% | 0.45% | - |
| HSV(B) | 175.31º | 0.91% | 0.82% | - |
| XYZ | 33.15 | 50.16 | 59.56 | - |
| YUV | 150.88 | 152.89 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 195 | 0.91 | 0 | 0.07 | 0.18 | 175.31 | 0.84 | 0.45 |
| Hex | 12 | D2 | C3 | 5B | 0 | 7 | 12 | AF | 54 | 2D |
| Octal | 22 | 322 | 303 | 133 | 0 | 7 | 22 | 257 | 124 | 55 |
| Binary | 10010 | 11010010 | 11000011 | 1011011 | 0 | 111 | 10010 | 10101111 | 1010100 | 101101 |
Color Harmonies of #12D2C3
Complementary color
Monochromatic Colors of #12D2C3
Black with #12D2C3
Text Example
Text Example
White with #12D2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D2C3; }
p { color: rgb(18,210,195); }
H1.HeaderClassName
{
color: #12D2C3;
}
.AnyTagClassName
{
color: #12D2C3;
}
</style>
background-color css
<style>
a { background-color: #12D2C3; }
a { background-color: rgb(18,210,195); }
div.DivClassName
{
background-color: #12D2C3;
}
.BgClassName
{
background-color: #12D2C3;
}
</style>
border-color css
<style>
span { border-color: #12D2C3; }
span { border-color: rgb(18,210,195); }
td.TdClassName
{
border-color: #12D2C3;
}
.TagClassName
{
border-color: #12D2C3;
}
</style>