Shades of Robin's Egg Blue #14D3BC
Tints of Robin's Egg Blue #14D3BC
RGB
CMYK
RGB Variations
Color information
#14D3BC (or 0x14D3BC) is known color: Robin's Egg Blue. HEX triplet: 14, D3 and BC. RGB value is (20,211,188). Sum of RGB (Red+Green+Blue) = 20+211+188=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #14D3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D3BC is #EB2C43. Grayscale: #979797. Windows color (decimal): -15412292 or 12374804. OLE color: 12374804.
HSL color Cylindrical-coordinate representation of color #14D3BC: hue angle of 172.77º 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 #14D3BC is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 188 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.17 |
| HSL | 172.77º | 0.83% | 0.45% | - |
| HSV(B) | 172.77º | 0.91% | 0.83% | - |
| XYZ | 32.66 | 50.37 | 55.58 | - |
| YUV | 151.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 188 | 0.91 | 0 | 0.11 | 0.17 | 172.77 | 0.83 | 0.45 |
| Hex | 14 | D3 | BC | 5B | 0 | B | 11 | AD | 53 | 2D |
| Octal | 24 | 323 | 274 | 133 | 0 | 13 | 21 | 255 | 123 | 55 |
| Binary | 10100 | 11010011 | 10111100 | 1011011 | 0 | 1011 | 10001 | 10101101 | 1010011 | 101101 |
Color Harmonies of #14D3BC
Complementary color
Monochromatic Colors of #14D3BC
Black with #14D3BC
Text Example
Text Example
White with #14D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D3BC; }
p { color: rgb(20,211,188); }
H1.HeaderClassName
{
color: #14D3BC;
}
.AnyTagClassName
{
color: #14D3BC;
}
</style>
background-color css
<style>
a { background-color: #14D3BC; }
a { background-color: rgb(20,211,188); }
div.DivClassName
{
background-color: #14D3BC;
}
.BgClassName
{
background-color: #14D3BC;
}
</style>
border-color css
<style>
span { border-color: #14D3BC; }
span { border-color: rgb(20,211,188); }
td.TdClassName
{
border-color: #14D3BC;
}
.TagClassName
{
border-color: #14D3BC;
}
</style>