Shades of Robin's Egg Blue #0CD3BE
Tints of Robin's Egg Blue #0CD3BE
RGB
CMYK
RGB Variations
Color information
#0CD3BE (or 0x0CD3BE) is known color: Robin's Egg Blue. HEX triplet: 0C, D3 and BE. RGB value is (12,211,190). Sum of RGB (Red+Green+Blue) = 12+211+190=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD3BE is #F32C41. Grayscale: #949494. Windows color (decimal): -15936578 or 12505868. OLE color: 12505868.
HSL color Cylindrical-coordinate representation of color #0CD3BE: hue angle of 173.67º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD3BE is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 211 | 190 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.17 |
| HSL | 173.67º | 0.89% | 0.44% | - |
| HSV(B) | 173.67º | 0.94% | 0.83% | - |
| XYZ | 32.74 | 50.38 | 56.71 | - |
| YUV | 149.11 | 151.07 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 211 | 190 | 0.94 | 0 | 0.10 | 0.17 | 173.67 | 0.89 | 0.44 |
| Hex | C | D3 | BE | 5E | 0 | A | 11 | AE | 59 | 2C |
| Octal | 14 | 323 | 276 | 136 | 0 | 12 | 21 | 256 | 131 | 54 |
| Binary | 1100 | 11010011 | 10111110 | 1011110 | 0 | 1010 | 10001 | 10101110 | 1011001 | 101100 |
Color Harmonies of #0CD3BE
Complementary color
Monochromatic Colors of #0CD3BE
Black with #0CD3BE
Text Example
Text Example
White with #0CD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD3BE; }
p { color: rgb(12,211,190); }
H1.HeaderClassName
{
color: #0CD3BE;
}
.AnyTagClassName
{
color: #0CD3BE;
}
</style>
background-color css
<style>
a { background-color: #0CD3BE; }
a { background-color: rgb(12,211,190); }
div.DivClassName
{
background-color: #0CD3BE;
}
.BgClassName
{
background-color: #0CD3BE;
}
</style>
border-color css
<style>
span { border-color: #0CD3BE; }
span { border-color: rgb(12,211,190); }
td.TdClassName
{
border-color: #0CD3BE;
}
.TagClassName
{
border-color: #0CD3BE;
}
</style>