Shades of Robin's Egg Blue #12DFC3
Tints of Robin's Egg Blue #12DFC3
RGB
CMYK
RGB Variations
Color information
#12DFC3 (or 0x12DFC3) is known color: Robin's Egg Blue. HEX triplet: 12, DF and C3. RGB value is (18,223,195). Sum of RGB (Red+Green+Blue) = 18+223+195=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFC3 is #ED203C. Grayscale: #9E9E9E. Windows color (decimal): -15540285 or 12836626. OLE color: 12836626.
HSL color Cylindrical-coordinate representation of color #12DFC3: hue angle of 171.8º 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 #12DFC3 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 195 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.13 |
| HSL | 171.8º | 0.85% | 0.47% | - |
| HSV(B) | 171.8º | 0.92% | 0.87% | - |
| XYZ | 36.49 | 56.84 | 60.68 | - |
| YUV | 158.51 | 148.58 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 195 | 0.92 | 0 | 0.13 | 0.13 | 171.8 | 0.85 | 0.47 |
| Hex | 12 | DF | C3 | 5C | 0 | D | D | AC | 55 | 2F |
| Octal | 22 | 337 | 303 | 134 | 0 | 15 | 15 | 254 | 125 | 57 |
| Binary | 10010 | 11011111 | 11000011 | 1011100 | 0 | 1101 | 1101 | 10101100 | 1010101 | 101111 |
Color Harmonies of #12DFC3
Complementary color
Monochromatic Colors of #12DFC3
Black with #12DFC3
Text Example
Text Example
White with #12DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFC3; }
p { color: rgb(18,223,195); }
H1.HeaderClassName
{
color: #12DFC3;
}
.AnyTagClassName
{
color: #12DFC3;
}
</style>
background-color css
<style>
a { background-color: #12DFC3; }
a { background-color: rgb(18,223,195); }
div.DivClassName
{
background-color: #12DFC3;
}
.BgClassName
{
background-color: #12DFC3;
}
</style>
border-color css
<style>
span { border-color: #12DFC3; }
span { border-color: rgb(18,223,195); }
td.TdClassName
{
border-color: #12DFC3;
}
.TagClassName
{
border-color: #12DFC3;
}
</style>