Shades of Robin's Egg Blue #12CECE
Tints of Robin's Egg Blue #12CECE
RGB
CMYK
RGB Variations
Color information
#12CECE (or 0x12CECE) is known color: Robin's Egg Blue. HEX triplet: 12, CE and CE. RGB value is (18,206,206). Sum of RGB (Red+Green+Blue) = 18+206+206=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #12CECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CECE is #ED3131. Grayscale: #959595. Windows color (decimal): -15544626 or 13553170. OLE color: 13553170.
HSL color Cylindrical-coordinate representation of color #12CECE: hue angle of 180º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CECE is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 206 | - |
| CMYK | 0.91 | 0 | 0 | 0.19 |
| HSL | 180º | 0.84% | 0.44% | - |
| HSV(B) | 180º | 0.91% | 0.81% | - |
| XYZ | 33.46 | 48.73 | 66.03 | - |
| YUV | 149.79 | 159.72 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 206 | 0.91 | 0 | 0 | 0.19 | 180 | 0.84 | 0.44 |
| Hex | 12 | CE | CE | 5B | 0 | 0 | 13 | B4 | 54 | 2C |
| Octal | 22 | 316 | 316 | 133 | 0 | 0 | 23 | 264 | 124 | 54 |
| Binary | 10010 | 11001110 | 11001110 | 1011011 | 0 | 0 | 10011 | 10110100 | 1010100 | 101100 |
Color Harmonies of #12CECE
Complementary color
Monochromatic Colors of #12CECE
Black with #12CECE
Text Example
Text Example
White with #12CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CECE; }
p { color: rgb(18,206,206); }
H1.HeaderClassName
{
color: #12CECE;
}
.AnyTagClassName
{
color: #12CECE;
}
</style>
background-color css
<style>
a { background-color: #12CECE; }
a { background-color: rgb(18,206,206); }
div.DivClassName
{
background-color: #12CECE;
}
.BgClassName
{
background-color: #12CECE;
}
</style>
border-color css
<style>
span { border-color: #12CECE; }
span { border-color: rgb(18,206,206); }
td.TdClassName
{
border-color: #12CECE;
}
.TagClassName
{
border-color: #12CECE;
}
</style>