Shades of Robin's Egg Blue #14D3BA
Tints of Robin's Egg Blue #14D3BA
RGB
CMYK
RGB Variations
Color information
#14D3BA (or 0x14D3BA) is known color: Robin's Egg Blue. HEX triplet: 14, D3 and BA. RGB value is (20,211,186). Sum of RGB (Red+Green+Blue) = 20+211+186=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #14D3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D3BA is #EB2C45. Grayscale: #969696. Windows color (decimal): -15412294 or 12243732. OLE color: 12243732.
HSL color Cylindrical-coordinate representation of color #14D3BA: hue angle of 172.15º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D3BA is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 186 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.17 |
| HSL | 172.15º | 0.83% | 0.45% | - |
| HSV(B) | 172.15º | 0.91% | 0.83% | - |
| XYZ | 32.45 | 50.28 | 54.45 | - |
| YUV | 151.04 | 147.72 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 186 | 0.91 | 0 | 0.12 | 0.17 | 172.15 | 0.83 | 0.45 |
| Hex | 14 | D3 | BA | 5B | 0 | C | 11 | AC | 53 | 2D |
| Octal | 24 | 323 | 272 | 133 | 0 | 14 | 21 | 254 | 123 | 55 |
| Binary | 10100 | 11010011 | 10111010 | 1011011 | 0 | 1100 | 10001 | 10101100 | 1010011 | 101101 |
Color Harmonies of #14D3BA
Complementary color
Monochromatic Colors of #14D3BA
Black with #14D3BA
Text Example
Text Example
White with #14D3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D3BA; }
p { color: rgb(20,211,186); }
H1.HeaderClassName
{
color: #14D3BA;
}
.AnyTagClassName
{
color: #14D3BA;
}
</style>
background-color css
<style>
a { background-color: #14D3BA; }
a { background-color: rgb(20,211,186); }
div.DivClassName
{
background-color: #14D3BA;
}
.BgClassName
{
background-color: #14D3BA;
}
</style>
border-color css
<style>
span { border-color: #14D3BA; }
span { border-color: rgb(20,211,186); }
td.TdClassName
{
border-color: #14D3BA;
}
.TagClassName
{
border-color: #14D3BA;
}
</style>