Shades of Robin's Egg Blue #14DAC0
Tints of Robin's Egg Blue #14DAC0
RGB
CMYK
RGB Variations
Color information
#14DAC0 (or 0x14DAC0) is known color: Robin's Egg Blue. HEX triplet: 14, DA and C0. RGB value is (20,218,192). Sum of RGB (Red+Green+Blue) = 20+218+192=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAC0 is #EB253F. Grayscale: #9B9B9B. Windows color (decimal): -15410496 or 12638740. OLE color: 12638740.
HSL color Cylindrical-coordinate representation of color #14DAC0: hue angle of 172.12º 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 #14DAC0 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 192 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.15 |
| HSL | 172.12º | 0.83% | 0.47% | - |
| HSV(B) | 172.12º | 0.91% | 0.85% | - |
| XYZ | 34.87 | 54.1 | 58.47 | - |
| YUV | 155.83 | 148.4 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 192 | 0.91 | 0 | 0.12 | 0.15 | 172.12 | 0.83 | 0.47 |
| Hex | 14 | DA | C0 | 5B | 0 | C | F | AC | 53 | 2F |
| Octal | 24 | 332 | 300 | 133 | 0 | 14 | 17 | 254 | 123 | 57 |
| Binary | 10100 | 11011010 | 11000000 | 1011011 | 0 | 1100 | 1111 | 10101100 | 1010011 | 101111 |
Color Harmonies of #14DAC0
Complementary color
Monochromatic Colors of #14DAC0
Black with #14DAC0
Text Example
Text Example
White with #14DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DAC0; }
p { color: rgb(20,218,192); }
H1.HeaderClassName
{
color: #14DAC0;
}
.AnyTagClassName
{
color: #14DAC0;
}
</style>
background-color css
<style>
a { background-color: #14DAC0; }
a { background-color: rgb(20,218,192); }
div.DivClassName
{
background-color: #14DAC0;
}
.BgClassName
{
background-color: #14DAC0;
}
</style>
border-color css
<style>
span { border-color: #14DAC0; }
span { border-color: rgb(20,218,192); }
td.TdClassName
{
border-color: #14DAC0;
}
.TagClassName
{
border-color: #14DAC0;
}
</style>