Shades of Robin's Egg Blue #12DCCA
Tints of Robin's Egg Blue #12DCCA
RGB
CMYK
RGB Variations
Color information
#12DCCA (or 0x12DCCA) is known color: Robin's Egg Blue. HEX triplet: 12, DC and CA. RGB value is (18,220,202). Sum of RGB (Red+Green+Blue) = 18+220+202=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCCA is #ED2335. Grayscale: #9D9D9D. Windows color (decimal): -15541046 or 13294610. OLE color: 13294610.
HSL color Cylindrical-coordinate representation of color #12DCCA: hue angle of 174.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCCA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 202 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.14 |
| HSL | 174.65º | 0.85% | 0.47% | - |
| HSV(B) | 174.65º | 0.92% | 0.86% | - |
| XYZ | 36.5 | 55.58 | 64.68 | - |
| YUV | 157.55 | 153.08 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 202 | 0.92 | 0 | 0.08 | 0.14 | 174.65 | 0.85 | 0.47 |
| Hex | 12 | DC | CA | 5C | 0 | 8 | E | AF | 55 | 2F |
| Octal | 22 | 334 | 312 | 134 | 0 | 10 | 16 | 257 | 125 | 57 |
| Binary | 10010 | 11011100 | 11001010 | 1011100 | 0 | 1000 | 1110 | 10101111 | 1010101 | 101111 |
Color Harmonies of #12DCCA
Complementary color
Monochromatic Colors of #12DCCA
Black with #12DCCA
Text Example
Text Example
White with #12DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCCA; }
p { color: rgb(18,220,202); }
H1.HeaderClassName
{
color: #12DCCA;
}
.AnyTagClassName
{
color: #12DCCA;
}
</style>
background-color css
<style>
a { background-color: #12DCCA; }
a { background-color: rgb(18,220,202); }
div.DivClassName
{
background-color: #12DCCA;
}
.BgClassName
{
background-color: #12DCCA;
}
</style>
border-color css
<style>
span { border-color: #12DCCA; }
span { border-color: rgb(18,220,202); }
td.TdClassName
{
border-color: #12DCCA;
}
.TagClassName
{
border-color: #12DCCA;
}
</style>