Shades of Robin's Egg Blue #00C8B9
Tints of Robin's Egg Blue #00C8B9
RGB
CMYK
RGB Variations
Color information
#00C8B9 (or 0x00C8B9) is known color: Robin's Egg Blue. HEX triplet: 00, C8 and B9. RGB value is (0,200,185). Sum of RGB (Red+Green+Blue) = 0+200+185=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #00C8B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C8B9 is #FF3746. Grayscale: #8A8A8A. Windows color (decimal): -16725831 or 12175360. OLE color: 12175360.
HSL color Cylindrical-coordinate representation of color #00C8B9: hue angle of 175.5º 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 #00C8B9 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 200 | 185 | - |
| CMYK | 1 | 0 | 0.08 | 0.22 |
| HSL | 175.5º | 1% | 0.39% | - |
| HSV(B) | 175.5º | 1% | 0.78% | - |
| XYZ | 29.41 | 44.81 | 53 | - |
| YUV | 138.49 | 154.24 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 185 | 1 | 0 | 0.08 | 0.22 | 175.5 | 1 | 0.39 |
| Hex | 0 | C8 | B9 | 64 | 0 | 8 | 16 | B0 | 64 | 27 |
| Octal | 0 | 310 | 271 | 144 | 0 | 10 | 26 | 260 | 144 | 47 |
| Binary | 0 | 11001000 | 10111001 | 1100100 | 0 | 1000 | 10110 | 10110000 | 1100100 | 100111 |
Color Harmonies of #00C8B9
Complementary color
Monochromatic Colors of #00C8B9
Black with #00C8B9
Text Example
Text Example
White with #00C8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C8B9; }
p { color: rgb(0,200,185); }
H1.HeaderClassName
{
color: #00C8B9;
}
.AnyTagClassName
{
color: #00C8B9;
}
</style>
background-color css
<style>
a { background-color: #00C8B9; }
a { background-color: rgb(0,200,185); }
div.DivClassName
{
background-color: #00C8B9;
}
.BgClassName
{
background-color: #00C8B9;
}
</style>
border-color css
<style>
span { border-color: #00C8B9; }
span { border-color: rgb(0,200,185); }
td.TdClassName
{
border-color: #00C8B9;
}
.TagClassName
{
border-color: #00C8B9;
}
</style>