Shades of Robin's Egg Blue #00C8BC
Tints of Robin's Egg Blue #00C8BC
RGB
CMYK
RGB Variations
Color information
#00C8BC (or 0x00C8BC) is known color: Robin's Egg Blue. HEX triplet: 00, C8 and BC. RGB value is (0,200,188). Sum of RGB (Red+Green+Blue) = 0+200+188=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #00C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C8BC is #FF3743. Grayscale: #8A8A8A. Windows color (decimal): -16725828 or 12371968. OLE color: 12371968.
HSL color Cylindrical-coordinate representation of color #00C8BC: hue angle of 176.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C8BC is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 200 | 188 | - |
| CMYK | 1 | 0 | 0.06 | 0.22 |
| HSL | 176.4º | 1% | 0.39% | - |
| HSV(B) | 176.4º | 1% | 0.78% | - |
| XYZ | 29.73 | 44.94 | 54.68 | - |
| YUV | 138.83 | 155.74 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 188 | 1 | 0 | 0.06 | 0.22 | 176.4 | 1 | 0.39 |
| Hex | 0 | C8 | BC | 64 | 0 | 6 | 16 | B0 | 64 | 27 |
| Octal | 0 | 310 | 274 | 144 | 0 | 6 | 26 | 260 | 144 | 47 |
| Binary | 0 | 11001000 | 10111100 | 1100100 | 0 | 110 | 10110 | 10110000 | 1100100 | 100111 |
Color Harmonies of #00C8BC
Complementary color
Monochromatic Colors of #00C8BC
Black with #00C8BC
Text Example
Text Example
White with #00C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C8BC; }
p { color: rgb(0,200,188); }
H1.HeaderClassName
{
color: #00C8BC;
}
.AnyTagClassName
{
color: #00C8BC;
}
</style>
background-color css
<style>
a { background-color: #00C8BC; }
a { background-color: rgb(0,200,188); }
div.DivClassName
{
background-color: #00C8BC;
}
.BgClassName
{
background-color: #00C8BC;
}
</style>
border-color css
<style>
span { border-color: #00C8BC; }
span { border-color: rgb(0,200,188); }
td.TdClassName
{
border-color: #00C8BC;
}
.TagClassName
{
border-color: #00C8BC;
}
</style>