Shades of Robin's Egg Blue #0ECABA
Tints of Robin's Egg Blue #0ECABA
RGB
CMYK
RGB Variations
Color information
#0ECABA (or 0x0ECABA) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and BA. RGB value is (14,202,186). Sum of RGB (Red+Green+Blue) = 14+202+186=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECABA is #F13545. Grayscale: #8F8F8F. Windows color (decimal): -15807814 or 12241422. OLE color: 12241422.
HSL color Cylindrical-coordinate representation of color #0ECABA: hue angle of 174.89º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECABA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 186 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.21 |
| HSL | 174.89º | 0.87% | 0.42% | - |
| HSV(B) | 174.89º | 0.93% | 0.79% | - |
| XYZ | 30.16 | 45.88 | 53.72 | - |
| YUV | 143.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 186 | 0.93 | 0 | 0.08 | 0.21 | 174.89 | 0.87 | 0.42 |
| Hex | E | CA | BA | 5D | 0 | 8 | 15 | AF | 57 | 2A |
| Octal | 16 | 312 | 272 | 135 | 0 | 10 | 25 | 257 | 127 | 52 |
| Binary | 1110 | 11001010 | 10111010 | 1011101 | 0 | 1000 | 10101 | 10101111 | 1010111 | 101010 |
Color Harmonies of #0ECABA
Complementary color
Monochromatic Colors of #0ECABA
Black with #0ECABA
Text Example
Text Example
White with #0ECABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECABA; }
p { color: rgb(14,202,186); }
H1.HeaderClassName
{
color: #0ECABA;
}
.AnyTagClassName
{
color: #0ECABA;
}
</style>
background-color css
<style>
a { background-color: #0ECABA; }
a { background-color: rgb(14,202,186); }
div.DivClassName
{
background-color: #0ECABA;
}
.BgClassName
{
background-color: #0ECABA;
}
</style>
border-color css
<style>
span { border-color: #0ECABA; }
span { border-color: rgb(14,202,186); }
td.TdClassName
{
border-color: #0ECABA;
}
.TagClassName
{
border-color: #0ECABA;
}
</style>