Shades of Robin's Egg Blue #03D0CC
Tints of Robin's Egg Blue #03D0CC
RGB
CMYK
RGB Variations
Color information
#03D0CC (or 0x03D0CC) is known color: Robin's Egg Blue. HEX triplet: 03, D0 and CC. RGB value is (3,208,204). Sum of RGB (Red+Green+Blue) = 3+208+204=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #03D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D0CC is #FC2F33. Grayscale: #929292. Windows color (decimal): -16527156 or 13422595. OLE color: 13422595.
HSL color Cylindrical-coordinate representation of color #03D0CC: hue angle of 178.83º 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 #03D0CC is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 204 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.18 |
| HSL | 178.83º | 0.97% | 0.41% | - |
| HSV(B) | 178.83º | 0.99% | 0.82% | - |
| XYZ | 33.49 | 49.49 | 64.91 | - |
| YUV | 146.25 | 160.58 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 204 | 0.99 | 0 | 0.02 | 0.18 | 178.83 | 0.97 | 0.41 |
| Hex | 3 | D0 | CC | 63 | 0 | 2 | 12 | B3 | 61 | 29 |
| Octal | 3 | 320 | 314 | 143 | 0 | 2 | 22 | 263 | 141 | 51 |
| Binary | 11 | 11010000 | 11001100 | 1100011 | 0 | 10 | 10010 | 10110011 | 1100001 | 101001 |
Color Harmonies of #03D0CC
Complementary color
Monochromatic Colors of #03D0CC
Black with #03D0CC
Text Example
Text Example
White with #03D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D0CC; }
p { color: rgb(3,208,204); }
H1.HeaderClassName
{
color: #03D0CC;
}
.AnyTagClassName
{
color: #03D0CC;
}
</style>
background-color css
<style>
a { background-color: #03D0CC; }
a { background-color: rgb(3,208,204); }
div.DivClassName
{
background-color: #03D0CC;
}
.BgClassName
{
background-color: #03D0CC;
}
</style>
border-color css
<style>
span { border-color: #03D0CC; }
span { border-color: rgb(3,208,204); }
td.TdClassName
{
border-color: #03D0CC;
}
.TagClassName
{
border-color: #03D0CC;
}
</style>