Shades of Robin's Egg Blue #14CAC6
Tints of Robin's Egg Blue #14CAC6
RGB
CMYK
RGB Variations
Color information
#14CAC6 (or 0x14CAC6) is known color: Robin's Egg Blue. HEX triplet: 14, CA and C6. RGB value is (20,202,198). Sum of RGB (Red+Green+Blue) = 20+202+198=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #14CAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CAC6 is #EB3539. Grayscale: #929292. Windows color (decimal): -15414586 or 13027860. OLE color: 13027860.
HSL color Cylindrical-coordinate representation of color #14CAC6: hue angle of 178.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CAC6 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 198 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.21 |
| HSL | 178.68º | 0.82% | 0.44% | - |
| HSV(B) | 178.68º | 0.9% | 0.79% | - |
| XYZ | 31.6 | 46.47 | 60.73 | - |
| YUV | 147.13 | 156.7 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 198 | 0.90 | 0 | 0.02 | 0.21 | 178.68 | 0.82 | 0.44 |
| Hex | 14 | CA | C6 | 5A | 0 | 2 | 15 | B3 | 52 | 2C |
| Octal | 24 | 312 | 306 | 132 | 0 | 2 | 25 | 263 | 122 | 54 |
| Binary | 10100 | 11001010 | 11000110 | 1011010 | 0 | 10 | 10101 | 10110011 | 1010010 | 101100 |
Color Harmonies of #14CAC6
Complementary color
Monochromatic Colors of #14CAC6
Black with #14CAC6
Text Example
Text Example
White with #14CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CAC6; }
p { color: rgb(20,202,198); }
H1.HeaderClassName
{
color: #14CAC6;
}
.AnyTagClassName
{
color: #14CAC6;
}
</style>
background-color css
<style>
a { background-color: #14CAC6; }
a { background-color: rgb(20,202,198); }
div.DivClassName
{
background-color: #14CAC6;
}
.BgClassName
{
background-color: #14CAC6;
}
</style>
border-color css
<style>
span { border-color: #14CAC6; }
span { border-color: rgb(20,202,198); }
td.TdClassName
{
border-color: #14CAC6;
}
.TagClassName
{
border-color: #14CAC6;
}
</style>