Shades of Robin's Egg Blue #14D6B7
Tints of Robin's Egg Blue #14D6B7
RGB
CMYK
RGB Variations
Color information
#14D6B7 (or 0x14D6B7) is known color: Robin's Egg Blue. HEX triplet: 14, D6 and B7. RGB value is (20,214,183). Sum of RGB (Red+Green+Blue) = 20+214+183=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #14D6B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6B7 is #EB2948. Grayscale: #989898. Windows color (decimal): -15411529 or 12047892. OLE color: 12047892.
HSL color Cylindrical-coordinate representation of color #14D6B7: hue angle of 170.41º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D6B7 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 183 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.16 |
| HSL | 170.41º | 0.83% | 0.46% | - |
| HSV(B) | 170.41º | 0.91% | 0.84% | - |
| XYZ | 32.88 | 51.66 | 53.04 | - |
| YUV | 152.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 183 | 0.91 | 0 | 0.14 | 0.16 | 170.41 | 0.83 | 0.46 |
| Hex | 14 | D6 | B7 | 5B | 0 | E | 10 | AA | 53 | 2E |
| Octal | 24 | 326 | 267 | 133 | 0 | 16 | 20 | 252 | 123 | 56 |
| Binary | 10100 | 11010110 | 10110111 | 1011011 | 0 | 1110 | 10000 | 10101010 | 1010011 | 101110 |
Color Harmonies of #14D6B7
Complementary color
Monochromatic Colors of #14D6B7
Black with #14D6B7
Text Example
Text Example
White with #14D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D6B7; }
p { color: rgb(20,214,183); }
H1.HeaderClassName
{
color: #14D6B7;
}
.AnyTagClassName
{
color: #14D6B7;
}
</style>
background-color css
<style>
a { background-color: #14D6B7; }
a { background-color: rgb(20,214,183); }
div.DivClassName
{
background-color: #14D6B7;
}
.BgClassName
{
background-color: #14D6B7;
}
</style>
border-color css
<style>
span { border-color: #14D6B7; }
span { border-color: rgb(20,214,183); }
td.TdClassName
{
border-color: #14D6B7;
}
.TagClassName
{
border-color: #14D6B7;
}
</style>