Shades of Robin's Egg Blue #12C2CD
Tints of Robin's Egg Blue #12C2CD
RGB
CMYK
RGB Variations
Color information
#12C2CD (or 0x12C2CD) is known color: Robin's Egg Blue. HEX triplet: 12, C2 and CD. RGB value is (18,194,205). Sum of RGB (Red+Green+Blue) = 18+194+205=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #12C2CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C2CD is #ED3D32. Grayscale: #8E8E8E. Windows color (decimal): -15547699 or 13484562. OLE color: 13484562.
HSL color Cylindrical-coordinate representation of color #12C2CD: hue angle of 183.53º 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 #12C2CD is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 194 | 205 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.20 |
| HSL | 183.53º | 0.84% | 0.44% | - |
| HSV(B) | 183.53º | 0.91% | 0.8% | - |
| XYZ | 30.56 | 43.12 | 64.47 | - |
| YUV | 142.63 | 163.19 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 205 | 0.91 | 0.05 | 0 | 0.20 | 183.53 | 0.84 | 0.44 |
| Hex | 12 | C2 | CD | 5B | 5 | 0 | 14 | B8 | 54 | 2C |
| Octal | 22 | 302 | 315 | 133 | 5 | 0 | 24 | 270 | 124 | 54 |
| Binary | 10010 | 11000010 | 11001101 | 1011011 | 101 | 0 | 10100 | 10111000 | 1010100 | 101100 |
Color Harmonies of #12C2CD
Complementary color
Monochromatic Colors of #12C2CD
Black with #12C2CD
Text Example
Text Example
White with #12C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C2CD; }
p { color: rgb(18,194,205); }
H1.HeaderClassName
{
color: #12C2CD;
}
.AnyTagClassName
{
color: #12C2CD;
}
</style>
background-color css
<style>
a { background-color: #12C2CD; }
a { background-color: rgb(18,194,205); }
div.DivClassName
{
background-color: #12C2CD;
}
.BgClassName
{
background-color: #12C2CD;
}
</style>
border-color css
<style>
span { border-color: #12C2CD; }
span { border-color: rgb(18,194,205); }
td.TdClassName
{
border-color: #12C2CD;
}
.TagClassName
{
border-color: #12C2CD;
}
</style>