Shades of Robin's Egg Blue #07C2BC
Tints of Robin's Egg Blue #07C2BC
RGB
CMYK
RGB Variations
Color information
#07C2BC (or 0x07C2BC) is known color: Robin's Egg Blue. HEX triplet: 07, C2 and BC. RGB value is (7,194,188). Sum of RGB (Red+Green+Blue) = 7+194+188=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #07C2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C2BC is #F83D43. Grayscale: #898989. Windows color (decimal): -16268612 or 12370439. OLE color: 12370439.
HSL color Cylindrical-coordinate representation of color #07C2BC: hue angle of 178.07º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C2BC is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 188 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.24 |
| HSL | 178.07º | 0.93% | 0.39% | - |
| HSV(B) | 178.07º | 0.96% | 0.76% | - |
| XYZ | 28.46 | 42.26 | 54.23 | - |
| YUV | 137.4 | 156.55 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 188 | 0.96 | 0 | 0.03 | 0.24 | 178.07 | 0.93 | 0.39 |
| Hex | 7 | C2 | BC | 60 | 0 | 3 | 18 | B2 | 5D | 27 |
| Octal | 7 | 302 | 274 | 140 | 0 | 3 | 30 | 262 | 135 | 47 |
| Binary | 111 | 11000010 | 10111100 | 1100000 | 0 | 11 | 11000 | 10110010 | 1011101 | 100111 |
Color Harmonies of #07C2BC
Complementary color
Monochromatic Colors of #07C2BC
Black with #07C2BC
Text Example
Text Example
White with #07C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C2BC; }
p { color: rgb(7,194,188); }
H1.HeaderClassName
{
color: #07C2BC;
}
.AnyTagClassName
{
color: #07C2BC;
}
</style>
background-color css
<style>
a { background-color: #07C2BC; }
a { background-color: rgb(7,194,188); }
div.DivClassName
{
background-color: #07C2BC;
}
.BgClassName
{
background-color: #07C2BC;
}
</style>
border-color css
<style>
span { border-color: #07C2BC; }
span { border-color: rgb(7,194,188); }
td.TdClassName
{
border-color: #07C2BC;
}
.TagClassName
{
border-color: #07C2BC;
}
</style>