Shades of Robin's Egg Blue #12C3CB
Tints of Robin's Egg Blue #12C3CB
RGB
CMYK
RGB Variations
Color information
#12C3CB (or 0x12C3CB) is known color: Robin's Egg Blue. HEX triplet: 12, C3 and CB. RGB value is (18,195,203). Sum of RGB (Red+Green+Blue) = 18+195+203=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #12C3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C3CB is #ED3C34. Grayscale: #8E8E8E. Windows color (decimal): -15547445 or 13353746. OLE color: 13353746.
HSL color Cylindrical-coordinate representation of color #12C3CB: hue angle of 182.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C3CB is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 195 | 203 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.20 |
| HSL | 182.59º | 0.84% | 0.43% | - |
| HSV(B) | 182.59º | 0.91% | 0.8% | - |
| XYZ | 30.54 | 43.47 | 63.28 | - |
| YUV | 142.99 | 161.86 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 203 | 0.91 | 0.04 | 0 | 0.20 | 182.59 | 0.84 | 0.43 |
| Hex | 12 | C3 | CB | 5B | 4 | 0 | 14 | B7 | 54 | 2B |
| Octal | 22 | 303 | 313 | 133 | 4 | 0 | 24 | 267 | 124 | 53 |
| Binary | 10010 | 11000011 | 11001011 | 1011011 | 100 | 0 | 10100 | 10110111 | 1010100 | 101011 |
Color Harmonies of #12C3CB
Complementary color
Monochromatic Colors of #12C3CB
Black with #12C3CB
Text Example
Text Example
White with #12C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C3CB; }
p { color: rgb(18,195,203); }
H1.HeaderClassName
{
color: #12C3CB;
}
.AnyTagClassName
{
color: #12C3CB;
}
</style>
background-color css
<style>
a { background-color: #12C3CB; }
a { background-color: rgb(18,195,203); }
div.DivClassName
{
background-color: #12C3CB;
}
.BgClassName
{
background-color: #12C3CB;
}
</style>
border-color css
<style>
span { border-color: #12C3CB; }
span { border-color: rgb(18,195,203); }
td.TdClassName
{
border-color: #12C3CB;
}
.TagClassName
{
border-color: #12C3CB;
}
</style>