Shades of Robin's Egg Blue #12D0BE
Tints of Robin's Egg Blue #12D0BE
RGB
CMYK
RGB Variations
Color information
#12D0BE (or 0x12D0BE) is known color: Robin's Egg Blue. HEX triplet: 12, D0 and BE. RGB value is (18,208,190). Sum of RGB (Red+Green+Blue) = 18+208+190=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0BE is #ED2F41. Grayscale: #959595. Windows color (decimal): -15544130 or 12505106. OLE color: 12505106.
HSL color Cylindrical-coordinate representation of color #12D0BE: hue angle of 174.32º 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 #12D0BE is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 190 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.18 |
| HSL | 174.32º | 0.84% | 0.44% | - |
| HSV(B) | 174.32º | 0.91% | 0.82% | - |
| XYZ | 32.1 | 48.96 | 56.47 | - |
| YUV | 149.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 190 | 0.91 | 0 | 0.09 | 0.18 | 174.32 | 0.84 | 0.44 |
| Hex | 12 | D0 | BE | 5B | 0 | 9 | 12 | AE | 54 | 2C |
| Octal | 22 | 320 | 276 | 133 | 0 | 11 | 22 | 256 | 124 | 54 |
| Binary | 10010 | 11010000 | 10111110 | 1011011 | 0 | 1001 | 10010 | 10101110 | 1010100 | 101100 |
Color Harmonies of #12D0BE
Complementary color
Monochromatic Colors of #12D0BE
Black with #12D0BE
Text Example
Text Example
White with #12D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0BE; }
p { color: rgb(18,208,190); }
H1.HeaderClassName
{
color: #12D0BE;
}
.AnyTagClassName
{
color: #12D0BE;
}
</style>
background-color css
<style>
a { background-color: #12D0BE; }
a { background-color: rgb(18,208,190); }
div.DivClassName
{
background-color: #12D0BE;
}
.BgClassName
{
background-color: #12D0BE;
}
</style>
border-color css
<style>
span { border-color: #12D0BE; }
span { border-color: rgb(18,208,190); }
td.TdClassName
{
border-color: #12D0BE;
}
.TagClassName
{
border-color: #12D0BE;
}
</style>