Shades of Robin's Egg Blue #03D1C0
Tints of Robin's Egg Blue #03D1C0
RGB
CMYK
RGB Variations
Color information
#03D1C0 (or 0x03D1C0) is known color: Robin's Egg Blue. HEX triplet: 03, D1 and C0. RGB value is (3,209,192). Sum of RGB (Red+Green+Blue) = 3+209+192=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #03D1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D1C0 is #FC2E3F. Grayscale: #919191. Windows color (decimal): -16526912 or 12636419. OLE color: 12636419.
HSL color Cylindrical-coordinate representation of color #03D1C0: hue angle of 175.05º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D1C0 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 192 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.18 |
| HSL | 175.05º | 0.97% | 0.42% | - |
| HSV(B) | 175.05º | 0.99% | 0.82% | - |
| XYZ | 32.35 | 49.43 | 57.7 | - |
| YUV | 145.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 192 | 0.99 | 0 | 0.08 | 0.18 | 175.05 | 0.97 | 0.42 |
| Hex | 3 | D1 | C0 | 63 | 0 | 8 | 12 | AF | 61 | 2A |
| Octal | 3 | 321 | 300 | 143 | 0 | 10 | 22 | 257 | 141 | 52 |
| Binary | 11 | 11010001 | 11000000 | 1100011 | 0 | 1000 | 10010 | 10101111 | 1100001 | 101010 |
Color Harmonies of #03D1C0
Complementary color
Monochromatic Colors of #03D1C0
Black with #03D1C0
Text Example
Text Example
White with #03D1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1C0; }
p { color: rgb(3,209,192); }
H1.HeaderClassName
{
color: #03D1C0;
}
.AnyTagClassName
{
color: #03D1C0;
}
</style>
background-color css
<style>
a { background-color: #03D1C0; }
a { background-color: rgb(3,209,192); }
div.DivClassName
{
background-color: #03D1C0;
}
.BgClassName
{
background-color: #03D1C0;
}
</style>
border-color css
<style>
span { border-color: #03D1C0; }
span { border-color: rgb(3,209,192); }
td.TdClassName
{
border-color: #03D1C0;
}
.TagClassName
{
border-color: #03D1C0;
}
</style>