Shades of Robin's Egg Blue #14DAB9
Tints of Robin's Egg Blue #14DAB9
RGB
CMYK
RGB Variations
Color information
#14DAB9 (or 0x14DAB9) is known color: Robin's Egg Blue. HEX triplet: 14, DA and B9. RGB value is (20,218,185). Sum of RGB (Red+Green+Blue) = 20+218+185=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAB9 is #EB2546. Grayscale: #9A9A9A. Windows color (decimal): -15410503 or 12179988. OLE color: 12179988.
HSL color Cylindrical-coordinate representation of color #14DAB9: hue angle of 170º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DAB9 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 185 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.15 |
| HSL | 170º | 0.83% | 0.47% | - |
| HSV(B) | 170º | 0.91% | 0.85% | - |
| XYZ | 34.12 | 53.79 | 54.48 | - |
| YUV | 155.04 | 144.9 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 185 | 0.91 | 0 | 0.15 | 0.15 | 170 | 0.83 | 0.47 |
| Hex | 14 | DA | B9 | 5B | 0 | F | F | AA | 53 | 2F |
| Octal | 24 | 332 | 271 | 133 | 0 | 17 | 17 | 252 | 123 | 57 |
| Binary | 10100 | 11011010 | 10111001 | 1011011 | 0 | 1111 | 1111 | 10101010 | 1010011 | 101111 |
Color Harmonies of #14DAB9
Complementary color
Monochromatic Colors of #14DAB9
Black with #14DAB9
Text Example
Text Example
White with #14DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DAB9; }
p { color: rgb(20,218,185); }
H1.HeaderClassName
{
color: #14DAB9;
}
.AnyTagClassName
{
color: #14DAB9;
}
</style>
background-color css
<style>
a { background-color: #14DAB9; }
a { background-color: rgb(20,218,185); }
div.DivClassName
{
background-color: #14DAB9;
}
.BgClassName
{
background-color: #14DAB9;
}
</style>
border-color css
<style>
span { border-color: #14DAB9; }
span { border-color: rgb(20,218,185); }
td.TdClassName
{
border-color: #14DAB9;
}
.TagClassName
{
border-color: #14DAB9;
}
</style>