Shades of Robin's Egg Blue #14CABB
Tints of Robin's Egg Blue #14CABB
RGB
CMYK
RGB Variations
Color information
#14CABB (or 0x14CABB) is known color: Robin's Egg Blue. HEX triplet: 14, CA and BB. RGB value is (20,202,187). Sum of RGB (Red+Green+Blue) = 20+202+187=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #14CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CABB is #EB3544. Grayscale: #919191. Windows color (decimal): -15414597 or 12306964. OLE color: 12306964.
HSL color Cylindrical-coordinate representation of color #14CABB: hue angle of 175.05º 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 #14CABB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 187 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.21 |
| HSL | 175.05º | 0.82% | 0.44% | - |
| HSV(B) | 175.05º | 0.9% | 0.79% | - |
| XYZ | 30.38 | 45.98 | 54.29 | - |
| YUV | 145.87 | 151.2 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 187 | 0.90 | 0 | 0.07 | 0.21 | 175.05 | 0.82 | 0.44 |
| Hex | 14 | CA | BB | 5A | 0 | 7 | 15 | AF | 52 | 2C |
| Octal | 24 | 312 | 273 | 132 | 0 | 7 | 25 | 257 | 122 | 54 |
| Binary | 10100 | 11001010 | 10111011 | 1011010 | 0 | 111 | 10101 | 10101111 | 1010010 | 101100 |
Color Harmonies of #14CABB
Complementary color
Monochromatic Colors of #14CABB
Black with #14CABB
Text Example
Text Example
White with #14CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CABB; }
p { color: rgb(20,202,187); }
H1.HeaderClassName
{
color: #14CABB;
}
.AnyTagClassName
{
color: #14CABB;
}
</style>
background-color css
<style>
a { background-color: #14CABB; }
a { background-color: rgb(20,202,187); }
div.DivClassName
{
background-color: #14CABB;
}
.BgClassName
{
background-color: #14CABB;
}
</style>
border-color css
<style>
span { border-color: #14CABB; }
span { border-color: rgb(20,202,187); }
td.TdClassName
{
border-color: #14CABB;
}
.TagClassName
{
border-color: #14CABB;
}
</style>