Shades of Robin's Egg Blue #12CCC9
Tints of Robin's Egg Blue #12CCC9
RGB
CMYK
RGB Variations
Color information
#12CCC9 (or 0x12CCC9) is known color: Robin's Egg Blue. HEX triplet: 12, CC and C9. RGB value is (18,204,201). Sum of RGB (Red+Green+Blue) = 18+204+201=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCC9 is #ED3336. Grayscale: #939393. Windows color (decimal): -15545143 or 13224978. OLE color: 13224978.
HSL color Cylindrical-coordinate representation of color #12CCC9: hue angle of 179.03º 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 #12CCC9 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 201 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.2 |
| HSL | 179.03º | 0.84% | 0.44% | - |
| HSV(B) | 179.03º | 0.91% | 0.8% | - |
| XYZ | 32.38 | 47.53 | 62.73 | - |
| YUV | 148.04 | 157.88 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 201 | 0.91 | 0 | 0.01 | 0.2 | 179.03 | 0.84 | 0.44 |
| Hex | 12 | CC | C9 | 5B | 0 | 1 | 14 | B3 | 54 | 2C |
| Octal | 22 | 314 | 311 | 133 | 0 | 1 | 24 | 263 | 124 | 54 |
| Binary | 10010 | 11001100 | 11001001 | 1011011 | 0 | 1 | 10100 | 10110011 | 1010100 | 101100 |
Color Harmonies of #12CCC9
Complementary color
Monochromatic Colors of #12CCC9
Black with #12CCC9
Text Example
Text Example
White with #12CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCC9; }
p { color: rgb(18,204,201); }
H1.HeaderClassName
{
color: #12CCC9;
}
.AnyTagClassName
{
color: #12CCC9;
}
</style>
background-color css
<style>
a { background-color: #12CCC9; }
a { background-color: rgb(18,204,201); }
div.DivClassName
{
background-color: #12CCC9;
}
.BgClassName
{
background-color: #12CCC9;
}
</style>
border-color css
<style>
span { border-color: #12CCC9; }
span { border-color: rgb(18,204,201); }
td.TdClassName
{
border-color: #12CCC9;
}
.TagClassName
{
border-color: #12CCC9;
}
</style>