Shades of Robin's Egg Blue #03DDBD
Tints of Robin's Egg Blue #03DDBD
RGB
CMYK
RGB Variations
Color information
#03DDBD (or 0x03DDBD) is known color: Robin's Egg Blue. HEX triplet: 03, DD and BD. RGB value is (3,221,189). Sum of RGB (Red+Green+Blue) = 3+221+189=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DDBD is #FC2242. Grayscale: #989898. Windows color (decimal): -16523843 or 12442883. OLE color: 12442883.
HSL color Cylindrical-coordinate representation of color #03DDBD: hue angle of 171.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DDBD is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 189 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.13 |
| HSL | 171.19º | 0.97% | 0.44% | - |
| HSV(B) | 171.19º | 0.99% | 0.87% | - |
| XYZ | 35.08 | 55.41 | 56.99 | - |
| YUV | 152.17 | 148.78 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 189 | 0.99 | 0 | 0.14 | 0.13 | 171.19 | 0.97 | 0.44 |
| Hex | 3 | DD | BD | 63 | 0 | E | D | AB | 61 | 2C |
| Octal | 3 | 335 | 275 | 143 | 0 | 16 | 15 | 253 | 141 | 54 |
| Binary | 11 | 11011101 | 10111101 | 1100011 | 0 | 1110 | 1101 | 10101011 | 1100001 | 101100 |
Color Harmonies of #03DDBD
Complementary color
Monochromatic Colors of #03DDBD
Black with #03DDBD
Text Example
Text Example
White with #03DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDBD; }
p { color: rgb(3,221,189); }
H1.HeaderClassName
{
color: #03DDBD;
}
.AnyTagClassName
{
color: #03DDBD;
}
</style>
background-color css
<style>
a { background-color: #03DDBD; }
a { background-color: rgb(3,221,189); }
div.DivClassName
{
background-color: #03DDBD;
}
.BgClassName
{
background-color: #03DDBD;
}
</style>
border-color css
<style>
span { border-color: #03DDBD; }
span { border-color: rgb(3,221,189); }
td.TdClassName
{
border-color: #03DDBD;
}
.TagClassName
{
border-color: #03DDBD;
}
</style>