Shades of Robin's Egg Blue #03D0C5
Tints of Robin's Egg Blue #03D0C5
RGB
CMYK
RGB Variations
Color information
#03D0C5 (or 0x03D0C5) is known color: Robin's Egg Blue. HEX triplet: 03, D0 and C5. RGB value is (3,208,197). Sum of RGB (Red+Green+Blue) = 3+208+197=408 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #03D0C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D0C5 is #FC2F3A. Grayscale: #919191. Windows color (decimal): -16527163 or 12963843. OLE color: 12963843.
HSL color Cylindrical-coordinate representation of color #03D0C5: hue angle of 176.78º 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 #03D0C5 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 197 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.18 |
| HSL | 176.78º | 0.97% | 0.41% | - |
| HSV(B) | 176.78º | 0.99% | 0.82% | - |
| XYZ | 32.67 | 49.16 | 60.59 | - |
| YUV | 145.45 | 157.08 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 197 | 0.99 | 0 | 0.05 | 0.18 | 176.78 | 0.97 | 0.41 |
| Hex | 3 | D0 | C5 | 63 | 0 | 5 | 12 | B1 | 61 | 29 |
| Octal | 3 | 320 | 305 | 143 | 0 | 5 | 22 | 261 | 141 | 51 |
| Binary | 11 | 11010000 | 11000101 | 1100011 | 0 | 101 | 10010 | 10110001 | 1100001 | 101001 |
Color Harmonies of #03D0C5
Complementary color
Monochromatic Colors of #03D0C5
Black with #03D0C5
Text Example
Text Example
White with #03D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D0C5; }
p { color: rgb(3,208,197); }
H1.HeaderClassName
{
color: #03D0C5;
}
.AnyTagClassName
{
color: #03D0C5;
}
</style>
background-color css
<style>
a { background-color: #03D0C5; }
a { background-color: rgb(3,208,197); }
div.DivClassName
{
background-color: #03D0C5;
}
.BgClassName
{
background-color: #03D0C5;
}
</style>
border-color css
<style>
span { border-color: #03D0C5; }
span { border-color: rgb(3,208,197); }
td.TdClassName
{
border-color: #03D0C5;
}
.TagClassName
{
border-color: #03D0C5;
}
</style>