Shades of Robin's Egg Blue #03D2BA
Tints of Robin's Egg Blue #03D2BA
RGB
CMYK
RGB Variations
Color information
#03D2BA (or 0x03D2BA) is known color: Robin's Egg Blue. HEX triplet: 03, D2 and BA. RGB value is (3,210,186). Sum of RGB (Red+Green+Blue) = 3+210+186=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #03D2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D2BA is #FC2D45. Grayscale: #919191. Windows color (decimal): -16526662 or 12243459. OLE color: 12243459.
HSL color Cylindrical-coordinate representation of color #03D2BA: hue angle of 173.04º 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 #03D2BA is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 186 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.18 |
| HSL | 173.04º | 0.97% | 0.42% | - |
| HSV(B) | 173.04º | 0.99% | 0.82% | - |
| XYZ | 31.95 | 49.66 | 54.36 | - |
| YUV | 145.37 | 150.92 | 26.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 186 | 0.99 | 0 | 0.11 | 0.18 | 173.04 | 0.97 | 0.42 |
| Hex | 3 | D2 | BA | 63 | 0 | B | 12 | AD | 61 | 2A |
| Octal | 3 | 322 | 272 | 143 | 0 | 13 | 22 | 255 | 141 | 52 |
| Binary | 11 | 11010010 | 10111010 | 1100011 | 0 | 1011 | 10010 | 10101101 | 1100001 | 101010 |
Color Harmonies of #03D2BA
Complementary color
Monochromatic Colors of #03D2BA
Black with #03D2BA
Text Example
Text Example
White with #03D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2BA; }
p { color: rgb(3,210,186); }
H1.HeaderClassName
{
color: #03D2BA;
}
.AnyTagClassName
{
color: #03D2BA;
}
</style>
background-color css
<style>
a { background-color: #03D2BA; }
a { background-color: rgb(3,210,186); }
div.DivClassName
{
background-color: #03D2BA;
}
.BgClassName
{
background-color: #03D2BA;
}
</style>
border-color css
<style>
span { border-color: #03D2BA; }
span { border-color: rgb(3,210,186); }
td.TdClassName
{
border-color: #03D2BA;
}
.TagClassName
{
border-color: #03D2BA;
}
</style>