Shades of Robin's Egg Blue #03D0C1
Tints of Robin's Egg Blue #03D0C1
RGB
CMYK
RGB Variations
Color information
#03D0C1 (or 0x03D0C1) is known color: Robin's Egg Blue. HEX triplet: 03, D0 and C1. RGB value is (3,208,193). Sum of RGB (Red+Green+Blue) = 3+208+193=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #03D0C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D0C1 is #FC2F3E. Grayscale: #909090. Windows color (decimal): -16527167 or 12701699. OLE color: 12701699.
HSL color Cylindrical-coordinate representation of color #03D0C1: hue angle of 175.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D0C1 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 193 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.18 |
| HSL | 175.61º | 0.97% | 0.41% | - |
| HSV(B) | 175.61º | 0.99% | 0.82% | - |
| XYZ | 32.22 | 48.98 | 58.21 | - |
| YUV | 145 | 155.08 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 193 | 0.99 | 0 | 0.07 | 0.18 | 175.61 | 0.97 | 0.41 |
| Hex | 3 | D0 | C1 | 63 | 0 | 7 | 12 | B0 | 61 | 29 |
| Octal | 3 | 320 | 301 | 143 | 0 | 7 | 22 | 260 | 141 | 51 |
| Binary | 11 | 11010000 | 11000001 | 1100011 | 0 | 111 | 10010 | 10110000 | 1100001 | 101001 |
Color Harmonies of #03D0C1
Complementary color
Monochromatic Colors of #03D0C1
Black with #03D0C1
Text Example
Text Example
White with #03D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D0C1; }
p { color: rgb(3,208,193); }
H1.HeaderClassName
{
color: #03D0C1;
}
.AnyTagClassName
{
color: #03D0C1;
}
</style>
background-color css
<style>
a { background-color: #03D0C1; }
a { background-color: rgb(3,208,193); }
div.DivClassName
{
background-color: #03D0C1;
}
.BgClassName
{
background-color: #03D0C1;
}
</style>
border-color css
<style>
span { border-color: #03D0C1; }
span { border-color: rgb(3,208,193); }
td.TdClassName
{
border-color: #03D0C1;
}
.TagClassName
{
border-color: #03D0C1;
}
</style>