Shades of Robin's Egg Blue #02C8BC
Tints of Robin's Egg Blue #02C8BC
RGB
CMYK
RGB Variations
Color information
#02C8BC (or 0x02C8BC) is known color: Robin's Egg Blue. HEX triplet: 02, C8 and BC. RGB value is (2,200,188). Sum of RGB (Red+Green+Blue) = 2+200+188=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #02C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C8BC is #FD3743. Grayscale: #8B8B8B. Windows color (decimal): -16594756 or 12371970. OLE color: 12371970.
HSL color Cylindrical-coordinate representation of color #02C8BC: hue angle of 176.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C8BC is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 188 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.22 |
| HSL | 176.36º | 0.98% | 0.4% | - |
| HSV(B) | 176.36º | 0.99% | 0.78% | - |
| XYZ | 29.76 | 44.95 | 54.69 | - |
| YUV | 139.43 | 155.4 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 188 | 0.99 | 0 | 0.06 | 0.22 | 176.36 | 0.98 | 0.4 |
| Hex | 2 | C8 | BC | 63 | 0 | 6 | 16 | B0 | 62 | 28 |
| Octal | 2 | 310 | 274 | 143 | 0 | 6 | 26 | 260 | 142 | 50 |
| Binary | 10 | 11001000 | 10111100 | 1100011 | 0 | 110 | 10110 | 10110000 | 1100010 | 101000 |
Color Harmonies of #02C8BC
Complementary color
Monochromatic Colors of #02C8BC
Black with #02C8BC
Text Example
Text Example
White with #02C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C8BC; }
p { color: rgb(2,200,188); }
H1.HeaderClassName
{
color: #02C8BC;
}
.AnyTagClassName
{
color: #02C8BC;
}
</style>
background-color css
<style>
a { background-color: #02C8BC; }
a { background-color: rgb(2,200,188); }
div.DivClassName
{
background-color: #02C8BC;
}
.BgClassName
{
background-color: #02C8BC;
}
</style>
border-color css
<style>
span { border-color: #02C8BC; }
span { border-color: rgb(2,200,188); }
td.TdClassName
{
border-color: #02C8BC;
}
.TagClassName
{
border-color: #02C8BC;
}
</style>