Shades of Robin's Egg Blue #03C5BA
Tints of Robin's Egg Blue #03C5BA
RGB
CMYK
RGB Variations
Color information
#03C5BA (or 0x03C5BA) is known color: Robin's Egg Blue. HEX triplet: 03, C5 and BA. RGB value is (3,197,186). Sum of RGB (Red+Green+Blue) = 3+197+186=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #03C5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C5BA is #FC3A45. Grayscale: #898989. Windows color (decimal): -16529990 or 12240131. OLE color: 12240131.
HSL color Cylindrical-coordinate representation of color #03C5BA: hue angle of 176.6º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C5BA is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 186 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.23 |
| HSL | 176.6º | 0.97% | 0.39% | - |
| HSV(B) | 176.6º | 0.98% | 0.77% | - |
| XYZ | 28.87 | 43.5 | 53.33 | - |
| YUV | 137.74 | 155.23 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 186 | 0.98 | 0 | 0.06 | 0.23 | 176.6 | 0.97 | 0.39 |
| Hex | 3 | C5 | BA | 62 | 0 | 6 | 17 | B1 | 61 | 27 |
| Octal | 3 | 305 | 272 | 142 | 0 | 6 | 27 | 261 | 141 | 47 |
| Binary | 11 | 11000101 | 10111010 | 1100010 | 0 | 110 | 10111 | 10110001 | 1100001 | 100111 |
Color Harmonies of #03C5BA
Complementary color
Monochromatic Colors of #03C5BA
Black with #03C5BA
Text Example
Text Example
White with #03C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C5BA; }
p { color: rgb(3,197,186); }
H1.HeaderClassName
{
color: #03C5BA;
}
.AnyTagClassName
{
color: #03C5BA;
}
</style>
background-color css
<style>
a { background-color: #03C5BA; }
a { background-color: rgb(3,197,186); }
div.DivClassName
{
background-color: #03C5BA;
}
.BgClassName
{
background-color: #03C5BA;
}
</style>
border-color css
<style>
span { border-color: #03C5BA; }
span { border-color: rgb(3,197,186); }
td.TdClassName
{
border-color: #03C5BA;
}
.TagClassName
{
border-color: #03C5BA;
}
</style>