Shades of Robin's Egg Blue #07C6BA
Tints of Robin's Egg Blue #07C6BA
RGB
CMYK
RGB Variations
Color information
#07C6BA (or 0x07C6BA) is known color: Robin's Egg Blue. HEX triplet: 07, C6 and BA. RGB value is (7,198,186). Sum of RGB (Red+Green+Blue) = 7+198+186=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #07C6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C6BA is #F83945. Grayscale: #8B8B8B. Windows color (decimal): -16267590 or 12240391. OLE color: 12240391.
HSL color Cylindrical-coordinate representation of color #07C6BA: hue angle of 176.23º 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 #07C6BA is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 186 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.22 |
| HSL | 176.23º | 0.93% | 0.4% | - |
| HSV(B) | 176.23º | 0.96% | 0.78% | - |
| XYZ | 29.14 | 43.98 | 53.41 | - |
| YUV | 139.52 | 154.22 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 186 | 0.96 | 0 | 0.06 | 0.22 | 176.23 | 0.93 | 0.4 |
| Hex | 7 | C6 | BA | 60 | 0 | 6 | 16 | B0 | 5D | 28 |
| Octal | 7 | 306 | 272 | 140 | 0 | 6 | 26 | 260 | 135 | 50 |
| Binary | 111 | 11000110 | 10111010 | 1100000 | 0 | 110 | 10110 | 10110000 | 1011101 | 101000 |
Color Harmonies of #07C6BA
Complementary color
Monochromatic Colors of #07C6BA
Black with #07C6BA
Text Example
Text Example
White with #07C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C6BA; }
p { color: rgb(7,198,186); }
H1.HeaderClassName
{
color: #07C6BA;
}
.AnyTagClassName
{
color: #07C6BA;
}
</style>
background-color css
<style>
a { background-color: #07C6BA; }
a { background-color: rgb(7,198,186); }
div.DivClassName
{
background-color: #07C6BA;
}
.BgClassName
{
background-color: #07C6BA;
}
</style>
border-color css
<style>
span { border-color: #07C6BA; }
span { border-color: rgb(7,198,186); }
td.TdClassName
{
border-color: #07C6BA;
}
.TagClassName
{
border-color: #07C6BA;
}
</style>