Shades of Robin's Egg Blue #00CFBC
Tints of Robin's Egg Blue #00CFBC
RGB
CMYK
RGB Variations
Color information
#00CFBC (or 0x00CFBC) is known color: Robin's Egg Blue. HEX triplet: 00, CF and BC. RGB value is (0,207,188). Sum of RGB (Red+Green+Blue) = 0+207+188=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFBC is #FF3043. Grayscale: #8E8E8E. Windows color (decimal): -16724036 or 12373760. OLE color: 12373760.
HSL color Cylindrical-coordinate representation of color #00CFBC: hue angle of 174.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFBC is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 188 | - |
| CMYK | 1 | 0 | 0.09 | 0.19 |
| HSL | 174.49º | 1% | 0.41% | - |
| HSV(B) | 174.49º | 1% | 0.81% | - |
| XYZ | 31.39 | 48.26 | 55.24 | - |
| YUV | 142.94 | 153.42 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 188 | 1 | 0 | 0.09 | 0.19 | 174.49 | 1 | 0.41 |
| Hex | 0 | CF | BC | 64 | 0 | 9 | 13 | AE | 64 | 29 |
| Octal | 0 | 317 | 274 | 144 | 0 | 11 | 23 | 256 | 144 | 51 |
| Binary | 0 | 11001111 | 10111100 | 1100100 | 0 | 1001 | 10011 | 10101110 | 1100100 | 101001 |
Color Harmonies of #00CFBC
Complementary color
Monochromatic Colors of #00CFBC
Black with #00CFBC
Text Example
Text Example
White with #00CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFBC; }
p { color: rgb(0,207,188); }
H1.HeaderClassName
{
color: #00CFBC;
}
.AnyTagClassName
{
color: #00CFBC;
}
</style>
background-color css
<style>
a { background-color: #00CFBC; }
a { background-color: rgb(0,207,188); }
div.DivClassName
{
background-color: #00CFBC;
}
.BgClassName
{
background-color: #00CFBC;
}
</style>
border-color css
<style>
span { border-color: #00CFBC; }
span { border-color: rgb(0,207,188); }
td.TdClassName
{
border-color: #00CFBC;
}
.TagClassName
{
border-color: #00CFBC;
}
</style>