Shades of Robin's Egg Blue #14D1BE
Tints of Robin's Egg Blue #14D1BE
RGB
CMYK
RGB Variations
Color information
#14D1BE (or 0x14D1BE) is known color: Robin's Egg Blue. HEX triplet: 14, D1 and BE. RGB value is (20,209,190). Sum of RGB (Red+Green+Blue) = 20+209+190=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #14D1BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D1BE is #EB2E41. Grayscale: #969696. Windows color (decimal): -15412802 or 12505364. OLE color: 12505364.
HSL color Cylindrical-coordinate representation of color #14D1BE: hue angle of 173.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D1BE is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 190 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.18 |
| HSL | 173.97º | 0.83% | 0.45% | - |
| HSV(B) | 173.97º | 0.9% | 0.82% | - |
| XYZ | 32.38 | 49.47 | 56.56 | - |
| YUV | 150.32 | 150.38 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 190 | 0.90 | 0 | 0.09 | 0.18 | 173.97 | 0.83 | 0.45 |
| Hex | 14 | D1 | BE | 5A | 0 | 9 | 12 | AE | 53 | 2D |
| Octal | 24 | 321 | 276 | 132 | 0 | 11 | 22 | 256 | 123 | 55 |
| Binary | 10100 | 11010001 | 10111110 | 1011010 | 0 | 1001 | 10010 | 10101110 | 1010011 | 101101 |
Color Harmonies of #14D1BE
Complementary color
Monochromatic Colors of #14D1BE
Black with #14D1BE
Text Example
Text Example
White with #14D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D1BE; }
p { color: rgb(20,209,190); }
H1.HeaderClassName
{
color: #14D1BE;
}
.AnyTagClassName
{
color: #14D1BE;
}
</style>
background-color css
<style>
a { background-color: #14D1BE; }
a { background-color: rgb(20,209,190); }
div.DivClassName
{
background-color: #14D1BE;
}
.BgClassName
{
background-color: #14D1BE;
}
</style>
border-color css
<style>
span { border-color: #14D1BE; }
span { border-color: rgb(20,209,190); }
td.TdClassName
{
border-color: #14D1BE;
}
.TagClassName
{
border-color: #14D1BE;
}
</style>