Shades of Robin's Egg Blue #01C4BA
Tints of Robin's Egg Blue #01C4BA
RGB
CMYK
RGB Variations
Color information
#01C4BA (or 0x01C4BA) is known color: Robin's Egg Blue. HEX triplet: 01, C4 and BA. RGB value is (1,196,186). Sum of RGB (Red+Green+Blue) = 1+196+186=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #01C4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C4BA is #FE3B45. Grayscale: #888888. Windows color (decimal): -16661318 or 12239873. OLE color: 12239873.
HSL color Cylindrical-coordinate representation of color #01C4BA: hue angle of 176.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C4BA is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 186 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.23 |
| HSL | 176.92º | 0.99% | 0.39% | - |
| HSV(B) | 176.92º | 0.99% | 0.77% | - |
| XYZ | 28.62 | 43.03 | 53.25 | - |
| YUV | 136.56 | 155.9 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 186 | 0.99 | 0 | 0.05 | 0.23 | 176.92 | 0.99 | 0.39 |
| Hex | 1 | C4 | BA | 63 | 0 | 5 | 17 | B1 | 63 | 27 |
| Octal | 1 | 304 | 272 | 143 | 0 | 5 | 27 | 261 | 143 | 47 |
| Binary | 1 | 11000100 | 10111010 | 1100011 | 0 | 101 | 10111 | 10110001 | 1100011 | 100111 |
Color Harmonies of #01C4BA
Complementary color
Monochromatic Colors of #01C4BA
Black with #01C4BA
Text Example
Text Example
White with #01C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C4BA; }
p { color: rgb(1,196,186); }
H1.HeaderClassName
{
color: #01C4BA;
}
.AnyTagClassName
{
color: #01C4BA;
}
</style>
background-color css
<style>
a { background-color: #01C4BA; }
a { background-color: rgb(1,196,186); }
div.DivClassName
{
background-color: #01C4BA;
}
.BgClassName
{
background-color: #01C4BA;
}
</style>
border-color css
<style>
span { border-color: #01C4BA; }
span { border-color: rgb(1,196,186); }
td.TdClassName
{
border-color: #01C4BA;
}
.TagClassName
{
border-color: #01C4BA;
}
</style>