Shades of Robin's Egg Blue #00CDBA
Tints of Robin's Egg Blue #00CDBA
RGB
CMYK
RGB Variations
Color information
#00CDBA (or 0x00CDBA) is known color: Robin's Egg Blue. HEX triplet: 00, CD and BA. RGB value is (0,205,186). Sum of RGB (Red+Green+Blue) = 0+205+186=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDBA is #FF3245. Grayscale: #8D8D8D. Windows color (decimal): -16724550 or 12242176. OLE color: 12242176.
HSL color Cylindrical-coordinate representation of color #00CDBA: hue angle of 174.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDBA is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 205 | 186 | - |
| CMYK | 1 | 0 | 0.09 | 0.20 |
| HSL | 174.44º | 1% | 0.4% | - |
| HSV(B) | 174.44º | 1% | 0.8% | - |
| XYZ | 30.69 | 47.21 | 53.95 | - |
| YUV | 141.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 186 | 1 | 0 | 0.09 | 0.20 | 174.44 | 1 | 0.4 |
| Hex | 0 | CD | BA | 64 | 0 | 9 | 14 | AE | 64 | 28 |
| Octal | 0 | 315 | 272 | 144 | 0 | 11 | 24 | 256 | 144 | 50 |
| Binary | 0 | 11001101 | 10111010 | 1100100 | 0 | 1001 | 10100 | 10101110 | 1100100 | 101000 |
Color Harmonies of #00CDBA
Complementary color
Monochromatic Colors of #00CDBA
Black with #00CDBA
Text Example
Text Example
White with #00CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDBA; }
p { color: rgb(0,205,186); }
H1.HeaderClassName
{
color: #00CDBA;
}
.AnyTagClassName
{
color: #00CDBA;
}
</style>
background-color css
<style>
a { background-color: #00CDBA; }
a { background-color: rgb(0,205,186); }
div.DivClassName
{
background-color: #00CDBA;
}
.BgClassName
{
background-color: #00CDBA;
}
</style>
border-color css
<style>
span { border-color: #00CDBA; }
span { border-color: rgb(0,205,186); }
td.TdClassName
{
border-color: #00CDBA;
}
.TagClassName
{
border-color: #00CDBA;
}
</style>