Shades of Robin's Egg Blue #03CBBB
Tints of Robin's Egg Blue #03CBBB
RGB
CMYK
RGB Variations
Color information
#03CBBB (or 0x03CBBB) is known color: Robin's Egg Blue. HEX triplet: 03, CB and BB. RGB value is (3,203,187). Sum of RGB (Red+Green+Blue) = 3+203+187=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #03CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBBB is #FC3444. Grayscale: #8D8D8D. Windows color (decimal): -16528453 or 12307203. OLE color: 12307203.
HSL color Cylindrical-coordinate representation of color #03CBBB: hue angle of 175.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBBB is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 187 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.20 |
| HSL | 175.2º | 0.97% | 0.4% | - |
| HSV(B) | 175.2º | 0.99% | 0.8% | - |
| XYZ | 30.36 | 46.32 | 54.35 | - |
| YUV | 141.38 | 153.74 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 187 | 0.99 | 0 | 0.08 | 0.20 | 175.2 | 0.97 | 0.4 |
| Hex | 3 | CB | BB | 63 | 0 | 8 | 14 | AF | 61 | 28 |
| Octal | 3 | 313 | 273 | 143 | 0 | 10 | 24 | 257 | 141 | 50 |
| Binary | 11 | 11001011 | 10111011 | 1100011 | 0 | 1000 | 10100 | 10101111 | 1100001 | 101000 |
Color Harmonies of #03CBBB
Complementary color
Monochromatic Colors of #03CBBB
Black with #03CBBB
Text Example
Text Example
White with #03CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBBB; }
p { color: rgb(3,203,187); }
H1.HeaderClassName
{
color: #03CBBB;
}
.AnyTagClassName
{
color: #03CBBB;
}
</style>
background-color css
<style>
a { background-color: #03CBBB; }
a { background-color: rgb(3,203,187); }
div.DivClassName
{
background-color: #03CBBB;
}
.BgClassName
{
background-color: #03CBBB;
}
</style>
border-color css
<style>
span { border-color: #03CBBB; }
span { border-color: rgb(3,203,187); }
td.TdClassName
{
border-color: #03CBBB;
}
.TagClassName
{
border-color: #03CBBB;
}
</style>