Shades of Robin's Egg Blue #12D5CC
Tints of Robin's Egg Blue #12D5CC
RGB
CMYK
RGB Variations
Color information
#12D5CC (or 0x12D5CC) is known color: Robin's Egg Blue. HEX triplet: 12, D5 and CC. RGB value is (18,213,204). Sum of RGB (Red+Green+Blue) = 18+213+204=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #12D5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D5CC is #ED2A33. Grayscale: #999999. Windows color (decimal): -15542836 or 13423890. OLE color: 13423890.
HSL color Cylindrical-coordinate representation of color #12D5CC: hue angle of 177.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D5CC is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 204 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.16 |
| HSL | 177.23º | 0.84% | 0.45% | - |
| HSV(B) | 177.23º | 0.92% | 0.84% | - |
| XYZ | 34.94 | 52.08 | 65.34 | - |
| YUV | 153.67 | 156.4 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 204 | 0.92 | 0 | 0.04 | 0.16 | 177.23 | 0.84 | 0.45 |
| Hex | 12 | D5 | CC | 5C | 0 | 4 | 10 | B1 | 54 | 2D |
| Octal | 22 | 325 | 314 | 134 | 0 | 4 | 20 | 261 | 124 | 55 |
| Binary | 10010 | 11010101 | 11001100 | 1011100 | 0 | 100 | 10000 | 10110001 | 1010100 | 101101 |
Color Harmonies of #12D5CC
Complementary color
Monochromatic Colors of #12D5CC
Black with #12D5CC
Text Example
Text Example
White with #12D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D5CC; }
p { color: rgb(18,213,204); }
H1.HeaderClassName
{
color: #12D5CC;
}
.AnyTagClassName
{
color: #12D5CC;
}
</style>
background-color css
<style>
a { background-color: #12D5CC; }
a { background-color: rgb(18,213,204); }
div.DivClassName
{
background-color: #12D5CC;
}
.BgClassName
{
background-color: #12D5CC;
}
</style>
border-color css
<style>
span { border-color: #12D5CC; }
span { border-color: rgb(18,213,204); }
td.TdClassName
{
border-color: #12D5CC;
}
.TagClassName
{
border-color: #12D5CC;
}
</style>