Shades of Robin's Egg Blue #07C7BC
Tints of Robin's Egg Blue #07C7BC
RGB
CMYK
RGB Variations
Color information
#07C7BC (or 0x07C7BC) is known color: Robin's Egg Blue. HEX triplet: 07, C7 and BC. RGB value is (7,199,188). Sum of RGB (Red+Green+Blue) = 7+199+188=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #07C7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C7BC is #F83843. Grayscale: #8C8C8C. Windows color (decimal): -16267332 or 12371719. OLE color: 12371719.
HSL color Cylindrical-coordinate representation of color #07C7BC: hue angle of 176.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C7BC is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 188 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.22 |
| HSL | 176.56º | 0.93% | 0.4% | - |
| HSV(B) | 176.56º | 0.96% | 0.78% | - |
| XYZ | 29.59 | 44.52 | 54.61 | - |
| YUV | 140.34 | 154.89 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 188 | 0.96 | 0 | 0.06 | 0.22 | 176.56 | 0.93 | 0.4 |
| Hex | 7 | C7 | BC | 60 | 0 | 6 | 16 | B1 | 5D | 28 |
| Octal | 7 | 307 | 274 | 140 | 0 | 6 | 26 | 261 | 135 | 50 |
| Binary | 111 | 11000111 | 10111100 | 1100000 | 0 | 110 | 10110 | 10110001 | 1011101 | 101000 |
Color Harmonies of #07C7BC
Complementary color
Monochromatic Colors of #07C7BC
Black with #07C7BC
Text Example
Text Example
White with #07C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C7BC; }
p { color: rgb(7,199,188); }
H1.HeaderClassName
{
color: #07C7BC;
}
.AnyTagClassName
{
color: #07C7BC;
}
</style>
background-color css
<style>
a { background-color: #07C7BC; }
a { background-color: rgb(7,199,188); }
div.DivClassName
{
background-color: #07C7BC;
}
.BgClassName
{
background-color: #07C7BC;
}
</style>
border-color css
<style>
span { border-color: #07C7BC; }
span { border-color: rgb(7,199,188); }
td.TdClassName
{
border-color: #07C7BC;
}
.TagClassName
{
border-color: #07C7BC;
}
</style>