Shades of Robin's Egg Blue #12CFB5
Tints of Robin's Egg Blue #12CFB5
RGB
CMYK
RGB Variations
Color information
#12CFB5 (or 0x12CFB5) is known color: Robin's Egg Blue. HEX triplet: 12, CF and B5. RGB value is (18,207,181). Sum of RGB (Red+Green+Blue) = 18+207+181=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFB5 is #ED304A. Grayscale: #939393. Windows color (decimal): -15544395 or 11915026. OLE color: 11915026.
HSL color Cylindrical-coordinate representation of color #12CFB5: hue angle of 171.75º 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 #12CFB5 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 181 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.19 |
| HSL | 171.75º | 0.84% | 0.44% | - |
| HSV(B) | 171.75º | 0.91% | 0.81% | - |
| XYZ | 30.9 | 48.09 | 51.37 | - |
| YUV | 147.53 | 146.88 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 181 | 0.91 | 0 | 0.13 | 0.19 | 171.75 | 0.84 | 0.44 |
| Hex | 12 | CF | B5 | 5B | 0 | D | 13 | AC | 54 | 2C |
| Octal | 22 | 317 | 265 | 133 | 0 | 15 | 23 | 254 | 124 | 54 |
| Binary | 10010 | 11001111 | 10110101 | 1011011 | 0 | 1101 | 10011 | 10101100 | 1010100 | 101100 |
Color Harmonies of #12CFB5
Complementary color
Monochromatic Colors of #12CFB5
Black with #12CFB5
Text Example
Text Example
White with #12CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFB5; }
p { color: rgb(18,207,181); }
H1.HeaderClassName
{
color: #12CFB5;
}
.AnyTagClassName
{
color: #12CFB5;
}
</style>
background-color css
<style>
a { background-color: #12CFB5; }
a { background-color: rgb(18,207,181); }
div.DivClassName
{
background-color: #12CFB5;
}
.BgClassName
{
background-color: #12CFB5;
}
</style>
border-color css
<style>
span { border-color: #12CFB5; }
span { border-color: rgb(18,207,181); }
td.TdClassName
{
border-color: #12CFB5;
}
.TagClassName
{
border-color: #12CFB5;
}
</style>