Shades of Robin's Egg Blue #12CFBA
Tints of Robin's Egg Blue #12CFBA
RGB
CMYK
RGB Variations
Color information
#12CFBA (or 0x12CFBA) is known color: Robin's Egg Blue. HEX triplet: 12, CF and BA. RGB value is (18,207,186). Sum of RGB (Red+Green+Blue) = 18+207+186=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFBA is #ED3045. Grayscale: #939393. Windows color (decimal): -15544390 or 12242706. OLE color: 12242706.
HSL color Cylindrical-coordinate representation of color #12CFBA: hue angle of 173.33º 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 #12CFBA is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 186 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.19 |
| HSL | 173.33º | 0.84% | 0.44% | - |
| HSV(B) | 173.33º | 0.91% | 0.81% | - |
| XYZ | 31.43 | 48.3 | 54.12 | - |
| YUV | 148.1 | 149.38 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 186 | 0.91 | 0 | 0.10 | 0.19 | 173.33 | 0.84 | 0.44 |
| Hex | 12 | CF | BA | 5B | 0 | A | 13 | AD | 54 | 2C |
| Octal | 22 | 317 | 272 | 133 | 0 | 12 | 23 | 255 | 124 | 54 |
| Binary | 10010 | 11001111 | 10111010 | 1011011 | 0 | 1010 | 10011 | 10101101 | 1010100 | 101100 |
Color Harmonies of #12CFBA
Complementary color
Monochromatic Colors of #12CFBA
Black with #12CFBA
Text Example
Text Example
White with #12CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFBA; }
p { color: rgb(18,207,186); }
H1.HeaderClassName
{
color: #12CFBA;
}
.AnyTagClassName
{
color: #12CFBA;
}
</style>
background-color css
<style>
a { background-color: #12CFBA; }
a { background-color: rgb(18,207,186); }
div.DivClassName
{
background-color: #12CFBA;
}
.BgClassName
{
background-color: #12CFBA;
}
</style>
border-color css
<style>
span { border-color: #12CFBA; }
span { border-color: rgb(18,207,186); }
td.TdClassName
{
border-color: #12CFBA;
}
.TagClassName
{
border-color: #12CFBA;
}
</style>