Shades of Robin's Egg Blue #12CFB7
Tints of Robin's Egg Blue #12CFB7
RGB
CMYK
RGB Variations
Color information
#12CFB7 (or 0x12CFB7) is known color: Robin's Egg Blue. HEX triplet: 12, CF and B7. RGB value is (18,207,183). Sum of RGB (Red+Green+Blue) = 18+207+183=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFB7 is #ED3048. Grayscale: #939393. Windows color (decimal): -15544393 or 12046098. OLE color: 12046098.
HSL color Cylindrical-coordinate representation of color #12CFB7: hue angle of 172.38º 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 #12CFB7 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 183 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.19 |
| HSL | 172.38º | 0.84% | 0.44% | - |
| HSV(B) | 172.38º | 0.91% | 0.81% | - |
| XYZ | 31.11 | 48.17 | 52.46 | - |
| YUV | 147.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 183 | 0.91 | 0 | 0.12 | 0.19 | 172.38 | 0.84 | 0.44 |
| Hex | 12 | CF | B7 | 5B | 0 | C | 13 | AC | 54 | 2C |
| Octal | 22 | 317 | 267 | 133 | 0 | 14 | 23 | 254 | 124 | 54 |
| Binary | 10010 | 11001111 | 10110111 | 1011011 | 0 | 1100 | 10011 | 10101100 | 1010100 | 101100 |
Color Harmonies of #12CFB7
Complementary color
Monochromatic Colors of #12CFB7
Black with #12CFB7
Text Example
Text Example
White with #12CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFB7; }
p { color: rgb(18,207,183); }
H1.HeaderClassName
{
color: #12CFB7;
}
.AnyTagClassName
{
color: #12CFB7;
}
</style>
background-color css
<style>
a { background-color: #12CFB7; }
a { background-color: rgb(18,207,183); }
div.DivClassName
{
background-color: #12CFB7;
}
.BgClassName
{
background-color: #12CFB7;
}
</style>
border-color css
<style>
span { border-color: #12CFB7; }
span { border-color: rgb(18,207,183); }
td.TdClassName
{
border-color: #12CFB7;
}
.TagClassName
{
border-color: #12CFB7;
}
</style>