Shades of Robin's Egg Blue #12C6BC
Tints of Robin's Egg Blue #12C6BC
RGB
CMYK
RGB Variations
Color information
#12C6BC (or 0x12C6BC) is known color: Robin's Egg Blue. HEX triplet: 12, C6 and BC. RGB value is (18,198,188). Sum of RGB (Red+Green+Blue) = 18+198+188=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #12C6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C6BC is #ED3943. Grayscale: #8E8E8E. Windows color (decimal): -15546692 or 12371474. OLE color: 12371474.
HSL color Cylindrical-coordinate representation of color #12C6BC: hue angle of 176.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C6BC is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 188 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.22 |
| HSL | 176.67º | 0.83% | 0.42% | - |
| HSV(B) | 176.67º | 0.91% | 0.78% | - |
| XYZ | 29.52 | 44.15 | 54.54 | - |
| YUV | 143.04 | 153.37 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 188 | 0.91 | 0 | 0.05 | 0.22 | 176.67 | 0.83 | 0.42 |
| Hex | 12 | C6 | BC | 5B | 0 | 5 | 16 | B1 | 53 | 2A |
| Octal | 22 | 306 | 274 | 133 | 0 | 5 | 26 | 261 | 123 | 52 |
| Binary | 10010 | 11000110 | 10111100 | 1011011 | 0 | 101 | 10110 | 10110001 | 1010011 | 101010 |
Color Harmonies of #12C6BC
Complementary color
Monochromatic Colors of #12C6BC
Black with #12C6BC
Text Example
Text Example
White with #12C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C6BC; }
p { color: rgb(18,198,188); }
H1.HeaderClassName
{
color: #12C6BC;
}
.AnyTagClassName
{
color: #12C6BC;
}
</style>
background-color css
<style>
a { background-color: #12C6BC; }
a { background-color: rgb(18,198,188); }
div.DivClassName
{
background-color: #12C6BC;
}
.BgClassName
{
background-color: #12C6BC;
}
</style>
border-color css
<style>
span { border-color: #12C6BC; }
span { border-color: rgb(18,198,188); }
td.TdClassName
{
border-color: #12C6BC;
}
.TagClassName
{
border-color: #12C6BC;
}
</style>