Shades of Robin's Egg Blue #12D7B7
Tints of Robin's Egg Blue #12D7B7
RGB
CMYK
RGB Variations
Color information
#12D7B7 (or 0x12D7B7) is known color: Robin's Egg Blue. HEX triplet: 12, D7 and B7. RGB value is (18,215,183). Sum of RGB (Red+Green+Blue) = 18+215+183=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7B7 is #ED2848. Grayscale: #989898. Windows color (decimal): -15542345 or 12048146. OLE color: 12048146.
HSL color Cylindrical-coordinate representation of color #12D7B7: hue angle of 170.25º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D7B7 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 183 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.16 |
| HSL | 170.25º | 0.85% | 0.46% | - |
| HSV(B) | 170.25º | 0.92% | 0.84% | - |
| XYZ | 33.1 | 52.15 | 53.12 | - |
| YUV | 152.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 183 | 0.92 | 0 | 0.15 | 0.16 | 170.25 | 0.85 | 0.46 |
| Hex | 12 | D7 | B7 | 5C | 0 | F | 10 | AA | 55 | 2E |
| Octal | 22 | 327 | 267 | 134 | 0 | 17 | 20 | 252 | 125 | 56 |
| Binary | 10010 | 11010111 | 10110111 | 1011100 | 0 | 1111 | 10000 | 10101010 | 1010101 | 101110 |
Color Harmonies of #12D7B7
Complementary color
Monochromatic Colors of #12D7B7
Black with #12D7B7
Text Example
Text Example
White with #12D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D7B7; }
p { color: rgb(18,215,183); }
H1.HeaderClassName
{
color: #12D7B7;
}
.AnyTagClassName
{
color: #12D7B7;
}
</style>
background-color css
<style>
a { background-color: #12D7B7; }
a { background-color: rgb(18,215,183); }
div.DivClassName
{
background-color: #12D7B7;
}
.BgClassName
{
background-color: #12D7B7;
}
</style>
border-color css
<style>
span { border-color: #12D7B7; }
span { border-color: rgb(18,215,183); }
td.TdClassName
{
border-color: #12D7B7;
}
.TagClassName
{
border-color: #12D7B7;
}
</style>