Shades of Robin's Egg Blue #12C5C2
Tints of Robin's Egg Blue #12C5C2
RGB
CMYK
RGB Variations
Color information
#12C5C2 (or 0x12C5C2) is known color: Robin's Egg Blue. HEX triplet: 12, C5 and C2. RGB value is (18,197,194). Sum of RGB (Red+Green+Blue) = 18+197+194=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #12C5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C5C2 is #ED3A3D. Grayscale: #8E8E8E. Windows color (decimal): -15546942 or 12764434. OLE color: 12764434.
HSL color Cylindrical-coordinate representation of color #12C5C2: hue angle of 178.99º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C5C2 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 194 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.23 |
| HSL | 178.99º | 0.83% | 0.42% | - |
| HSV(B) | 178.99º | 0.91% | 0.77% | - |
| XYZ | 29.95 | 43.96 | 57.94 | - |
| YUV | 143.14 | 156.7 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 194 | 0.91 | 0 | 0.02 | 0.23 | 178.99 | 0.83 | 0.42 |
| Hex | 12 | C5 | C2 | 5B | 0 | 2 | 17 | B3 | 53 | 2A |
| Octal | 22 | 305 | 302 | 133 | 0 | 2 | 27 | 263 | 123 | 52 |
| Binary | 10010 | 11000101 | 11000010 | 1011011 | 0 | 10 | 10111 | 10110011 | 1010011 | 101010 |
Color Harmonies of #12C5C2
Complementary color
Monochromatic Colors of #12C5C2
Black with #12C5C2
Text Example
Text Example
White with #12C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C5C2; }
p { color: rgb(18,197,194); }
H1.HeaderClassName
{
color: #12C5C2;
}
.AnyTagClassName
{
color: #12C5C2;
}
</style>
background-color css
<style>
a { background-color: #12C5C2; }
a { background-color: rgb(18,197,194); }
div.DivClassName
{
background-color: #12C5C2;
}
.BgClassName
{
background-color: #12C5C2;
}
</style>
border-color css
<style>
span { border-color: #12C5C2; }
span { border-color: rgb(18,197,194); }
td.TdClassName
{
border-color: #12C5C2;
}
.TagClassName
{
border-color: #12C5C2;
}
</style>