Shades of Robin's Egg Blue #0CE6BA
Tints of Robin's Egg Blue #0CE6BA
RGB
CMYK
RGB Variations
Color information
#0CE6BA (or 0x0CE6BA) is known color: Robin's Egg Blue. HEX triplet: 0C, E6 and BA. RGB value is (12,230,186). Sum of RGB (Red+Green+Blue) = 12+230+186=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE6BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE6BA is #F31945. Grayscale: #9F9F9F. Windows color (decimal): -15931718 or 12248588. OLE color: 12248588.
HSL color Cylindrical-coordinate representation of color #0CE6BA: hue angle of 167.89º 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 #0CE6BA is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 186 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.10 |
| HSL | 167.89º | 0.9% | 0.47% | - |
| HSV(B) | 167.89º | 0.95% | 0.9% | - |
| XYZ | 37.31 | 60.22 | 56.11 | - |
| YUV | 159.8 | 142.78 | 22.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 186 | 0.95 | 0 | 0.19 | 0.10 | 167.89 | 0.9 | 0.47 |
| Hex | C | E6 | BA | 5F | 0 | 13 | A | A8 | 5A | 2F |
| Octal | 14 | 346 | 272 | 137 | 0 | 23 | 12 | 250 | 132 | 57 |
| Binary | 1100 | 11100110 | 10111010 | 1011111 | 0 | 10011 | 1010 | 10101000 | 1011010 | 101111 |
Color Harmonies of #0CE6BA
Complementary color
Monochromatic Colors of #0CE6BA
Black with #0CE6BA
Text Example
Text Example
White with #0CE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE6BA; }
p { color: rgb(12,230,186); }
H1.HeaderClassName
{
color: #0CE6BA;
}
.AnyTagClassName
{
color: #0CE6BA;
}
</style>
background-color css
<style>
a { background-color: #0CE6BA; }
a { background-color: rgb(12,230,186); }
div.DivClassName
{
background-color: #0CE6BA;
}
.BgClassName
{
background-color: #0CE6BA;
}
</style>
border-color css
<style>
span { border-color: #0CE6BA; }
span { border-color: rgb(12,230,186); }
td.TdClassName
{
border-color: #0CE6BA;
}
.TagClassName
{
border-color: #0CE6BA;
}
</style>