Shades of Robin's Egg Blue #14CBBA
Tints of Robin's Egg Blue #14CBBA
RGB
CMYK
RGB Variations
Color information
#14CBBA (or 0x14CBBA) is known color: Robin's Egg Blue. HEX triplet: 14, CB and BA. RGB value is (20,203,186). Sum of RGB (Red+Green+Blue) = 20+203+186=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBBA is #EB3445. Grayscale: #929292. Windows color (decimal): -15414342 or 12241684. OLE color: 12241684.
HSL color Cylindrical-coordinate representation of color #14CBBA: hue angle of 174.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CBBA is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 186 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.20 |
| HSL | 174.43º | 0.82% | 0.44% | - |
| HSV(B) | 174.43º | 0.9% | 0.8% | - |
| XYZ | 30.51 | 46.41 | 53.8 | - |
| YUV | 146.35 | 150.37 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 186 | 0.90 | 0 | 0.08 | 0.20 | 174.43 | 0.82 | 0.44 |
| Hex | 14 | CB | BA | 5A | 0 | 8 | 14 | AE | 52 | 2C |
| Octal | 24 | 313 | 272 | 132 | 0 | 10 | 24 | 256 | 122 | 54 |
| Binary | 10100 | 11001011 | 10111010 | 1011010 | 0 | 1000 | 10100 | 10101110 | 1010010 | 101100 |
Color Harmonies of #14CBBA
Complementary color
Monochromatic Colors of #14CBBA
Black with #14CBBA
Text Example
Text Example
White with #14CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBBA; }
p { color: rgb(20,203,186); }
H1.HeaderClassName
{
color: #14CBBA;
}
.AnyTagClassName
{
color: #14CBBA;
}
</style>
background-color css
<style>
a { background-color: #14CBBA; }
a { background-color: rgb(20,203,186); }
div.DivClassName
{
background-color: #14CBBA;
}
.BgClassName
{
background-color: #14CBBA;
}
</style>
border-color css
<style>
span { border-color: #14CBBA; }
span { border-color: rgb(20,203,186); }
td.TdClassName
{
border-color: #14CBBA;
}
.TagClassName
{
border-color: #14CBBA;
}
</style>