Shades of Robin's Egg Blue #0CE5BA
Tints of Robin's Egg Blue #0CE5BA
RGB
CMYK
RGB Variations
Color information
#0CE5BA (or 0x0CE5BA) is known color: Robin's Egg Blue. HEX triplet: 0C, E5 and BA. RGB value is (12,229,186). Sum of RGB (Red+Green+Blue) = 12+229+186=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE5BA is #F31A45. Grayscale: #9F9F9F. Windows color (decimal): -15931974 or 12248332. OLE color: 12248332.
HSL color Cylindrical-coordinate representation of color #0CE5BA: hue angle of 168.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE5BA is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 186 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.10 |
| HSL | 168.11º | 0.9% | 0.47% | - |
| HSV(B) | 168.11º | 0.95% | 0.9% | - |
| XYZ | 37.03 | 59.66 | 56.02 | - |
| YUV | 159.22 | 143.11 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 186 | 0.95 | 0 | 0.19 | 0.10 | 168.11 | 0.9 | 0.47 |
| Hex | C | E5 | BA | 5F | 0 | 13 | A | A8 | 5A | 2F |
| Octal | 14 | 345 | 272 | 137 | 0 | 23 | 12 | 250 | 132 | 57 |
| Binary | 1100 | 11100101 | 10111010 | 1011111 | 0 | 10011 | 1010 | 10101000 | 1011010 | 101111 |
Color Harmonies of #0CE5BA
Complementary color
Monochromatic Colors of #0CE5BA
Black with #0CE5BA
Text Example
Text Example
White with #0CE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE5BA; }
p { color: rgb(12,229,186); }
H1.HeaderClassName
{
color: #0CE5BA;
}
.AnyTagClassName
{
color: #0CE5BA;
}
</style>
background-color css
<style>
a { background-color: #0CE5BA; }
a { background-color: rgb(12,229,186); }
div.DivClassName
{
background-color: #0CE5BA;
}
.BgClassName
{
background-color: #0CE5BA;
}
</style>
border-color css
<style>
span { border-color: #0CE5BA; }
span { border-color: rgb(12,229,186); }
td.TdClassName
{
border-color: #0CE5BA;
}
.TagClassName
{
border-color: #0CE5BA;
}
</style>