Shades of Robin's Egg Blue #07CEC0
Tints of Robin's Egg Blue #07CEC0
RGB
CMYK
RGB Variations
Color information
#07CEC0 (or 0x07CEC0) is known color: Robin's Egg Blue. HEX triplet: 07, CE and C0. RGB value is (7,206,192). Sum of RGB (Red+Green+Blue) = 7+206+192=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #07CEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CEC0 is #F8313F. Grayscale: #909090. Windows color (decimal): -16265536 or 12635655. OLE color: 12635655.
HSL color Cylindrical-coordinate representation of color #07CEC0: hue angle of 175.78º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CEC0 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 192 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.19 |
| HSL | 175.78º | 0.93% | 0.42% | - |
| HSV(B) | 175.78º | 0.97% | 0.81% | - |
| XYZ | 31.67 | 47.99 | 57.46 | - |
| YUV | 144.9 | 154.57 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 192 | 0.97 | 0 | 0.07 | 0.19 | 175.78 | 0.93 | 0.42 |
| Hex | 7 | CE | C0 | 61 | 0 | 7 | 13 | B0 | 5D | 2A |
| Octal | 7 | 316 | 300 | 141 | 0 | 7 | 23 | 260 | 135 | 52 |
| Binary | 111 | 11001110 | 11000000 | 1100001 | 0 | 111 | 10011 | 10110000 | 1011101 | 101010 |
Color Harmonies of #07CEC0
Complementary color
Monochromatic Colors of #07CEC0
Black with #07CEC0
Text Example
Text Example
White with #07CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEC0; }
p { color: rgb(7,206,192); }
H1.HeaderClassName
{
color: #07CEC0;
}
.AnyTagClassName
{
color: #07CEC0;
}
</style>
background-color css
<style>
a { background-color: #07CEC0; }
a { background-color: rgb(7,206,192); }
div.DivClassName
{
background-color: #07CEC0;
}
.BgClassName
{
background-color: #07CEC0;
}
</style>
border-color css
<style>
span { border-color: #07CEC0; }
span { border-color: rgb(7,206,192); }
td.TdClassName
{
border-color: #07CEC0;
}
.TagClassName
{
border-color: #07CEC0;
}
</style>