Shades of Robin's Egg Blue #12D0B7
Tints of Robin's Egg Blue #12D0B7
RGB
CMYK
RGB Variations
Color information
#12D0B7 (or 0x12D0B7) is known color: Robin's Egg Blue. HEX triplet: 12, D0 and B7. RGB value is (18,208,183). Sum of RGB (Red+Green+Blue) = 18+208+183=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0B7 is #ED2F48. Grayscale: #949494. Windows color (decimal): -15544137 or 12046354. OLE color: 12046354.
HSL color Cylindrical-coordinate representation of color #12D0B7: hue angle of 172.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D0B7 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 183 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.18 |
| HSL | 172.11º | 0.84% | 0.44% | - |
| HSV(B) | 172.11º | 0.91% | 0.82% | - |
| XYZ | 31.35 | 48.66 | 52.54 | - |
| YUV | 148.34 | 147.55 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 183 | 0.91 | 0 | 0.12 | 0.18 | 172.11 | 0.84 | 0.44 |
| Hex | 12 | D0 | B7 | 5B | 0 | C | 12 | AC | 54 | 2C |
| Octal | 22 | 320 | 267 | 133 | 0 | 14 | 22 | 254 | 124 | 54 |
| Binary | 10010 | 11010000 | 10110111 | 1011011 | 0 | 1100 | 10010 | 10101100 | 1010100 | 101100 |
Color Harmonies of #12D0B7
Complementary color
Monochromatic Colors of #12D0B7
Black with #12D0B7
Text Example
Text Example
White with #12D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0B7; }
p { color: rgb(18,208,183); }
H1.HeaderClassName
{
color: #12D0B7;
}
.AnyTagClassName
{
color: #12D0B7;
}
</style>
background-color css
<style>
a { background-color: #12D0B7; }
a { background-color: rgb(18,208,183); }
div.DivClassName
{
background-color: #12D0B7;
}
.BgClassName
{
background-color: #12D0B7;
}
</style>
border-color css
<style>
span { border-color: #12D0B7; }
span { border-color: rgb(18,208,183); }
td.TdClassName
{
border-color: #12D0B7;
}
.TagClassName
{
border-color: #12D0B7;
}
</style>