Shades of Robin's Egg Blue #12CFCC
Tints of Robin's Egg Blue #12CFCC
RGB
CMYK
RGB Variations
Color information
#12CFCC (or 0x12CFCC) is known color: Robin's Egg Blue. HEX triplet: 12, CF and CC. RGB value is (18,207,204). Sum of RGB (Red+Green+Blue) = 18+207+204=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFCC is #ED3033. Grayscale: #959595. Windows color (decimal): -15544372 or 13422354. OLE color: 13422354.
HSL color Cylindrical-coordinate representation of color #12CFCC: hue angle of 179.05º 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 #12CFCC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 204 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.19 |
| HSL | 179.05º | 0.84% | 0.44% | - |
| HSV(B) | 179.05º | 0.91% | 0.81% | - |
| XYZ | 33.46 | 49.11 | 64.84 | - |
| YUV | 150.15 | 158.38 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 204 | 0.91 | 0 | 0.01 | 0.19 | 179.05 | 0.84 | 0.44 |
| Hex | 12 | CF | CC | 5B | 0 | 1 | 13 | B3 | 54 | 2C |
| Octal | 22 | 317 | 314 | 133 | 0 | 1 | 23 | 263 | 124 | 54 |
| Binary | 10010 | 11001111 | 11001100 | 1011011 | 0 | 1 | 10011 | 10110011 | 1010100 | 101100 |
Color Harmonies of #12CFCC
Complementary color
Monochromatic Colors of #12CFCC
Black with #12CFCC
Text Example
Text Example
White with #12CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFCC; }
p { color: rgb(18,207,204); }
H1.HeaderClassName
{
color: #12CFCC;
}
.AnyTagClassName
{
color: #12CFCC;
}
</style>
background-color css
<style>
a { background-color: #12CFCC; }
a { background-color: rgb(18,207,204); }
div.DivClassName
{
background-color: #12CFCC;
}
.BgClassName
{
background-color: #12CFCC;
}
</style>
border-color css
<style>
span { border-color: #12CFCC; }
span { border-color: rgb(18,207,204); }
td.TdClassName
{
border-color: #12CFCC;
}
.TagClassName
{
border-color: #12CFCC;
}
</style>