Shades of Robin's Egg Blue #03CCB5
Tints of Robin's Egg Blue #03CCB5
RGB
CMYK
RGB Variations
Color information
#03CCB5 (or 0x03CCB5) is known color: Robin's Egg Blue. HEX triplet: 03, CC and B5. RGB value is (3,204,181). Sum of RGB (Red+Green+Blue) = 3+204+181=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCB5 is #FC334A. Grayscale: #8D8D8D. Windows color (decimal): -16528203 or 11914243. OLE color: 11914243.
HSL color Cylindrical-coordinate representation of color #03CCB5: hue angle of 173.13º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCB5 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 181 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.2 |
| HSL | 173.13º | 0.97% | 0.41% | - |
| HSV(B) | 173.13º | 0.99% | 0.8% | - |
| XYZ | 29.97 | 46.54 | 51.12 | - |
| YUV | 141.28 | 150.41 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 181 | 0.99 | 0 | 0.11 | 0.2 | 173.13 | 0.97 | 0.41 |
| Hex | 3 | CC | B5 | 63 | 0 | B | 14 | AD | 61 | 29 |
| Octal | 3 | 314 | 265 | 143 | 0 | 13 | 24 | 255 | 141 | 51 |
| Binary | 11 | 11001100 | 10110101 | 1100011 | 0 | 1011 | 10100 | 10101101 | 1100001 | 101001 |
Color Harmonies of #03CCB5
Complementary color
Monochromatic Colors of #03CCB5
Black with #03CCB5
Text Example
Text Example
White with #03CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCB5; }
p { color: rgb(3,204,181); }
H1.HeaderClassName
{
color: #03CCB5;
}
.AnyTagClassName
{
color: #03CCB5;
}
</style>
background-color css
<style>
a { background-color: #03CCB5; }
a { background-color: rgb(3,204,181); }
div.DivClassName
{
background-color: #03CCB5;
}
.BgClassName
{
background-color: #03CCB5;
}
</style>
border-color css
<style>
span { border-color: #03CCB5; }
span { border-color: rgb(3,204,181); }
td.TdClassName
{
border-color: #03CCB5;
}
.TagClassName
{
border-color: #03CCB5;
}
</style>