Shades of Robin's Egg Blue #07C1C0
Tints of Robin's Egg Blue #07C1C0
RGB
CMYK
RGB Variations
Color information
#07C1C0 (or 0x07C1C0) is known color: Robin's Egg Blue. HEX triplet: 07, C1 and C0. RGB value is (7,193,192). Sum of RGB (Red+Green+Blue) = 7+193+192=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #07C1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C1C0 is #F83E3F. Grayscale: #898989. Windows color (decimal): -16268864 or 12632327. OLE color: 12632327.
HSL color Cylindrical-coordinate representation of color #07C1C0: hue angle of 179.68º 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 #07C1C0 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 192 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.24 |
| HSL | 179.68º | 0.93% | 0.39% | - |
| HSV(B) | 179.68º | 0.96% | 0.76% | - |
| XYZ | 28.67 | 41.99 | 56.46 | - |
| YUV | 137.27 | 158.88 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 192 | 0.96 | 0 | 0.01 | 0.24 | 179.68 | 0.93 | 0.39 |
| Hex | 7 | C1 | C0 | 60 | 0 | 1 | 18 | B4 | 5D | 27 |
| Octal | 7 | 301 | 300 | 140 | 0 | 1 | 30 | 264 | 135 | 47 |
| Binary | 111 | 11000001 | 11000000 | 1100000 | 0 | 1 | 11000 | 10110100 | 1011101 | 100111 |
Color Harmonies of #07C1C0
Complementary color
Monochromatic Colors of #07C1C0
Black with #07C1C0
Text Example
Text Example
White with #07C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C1C0; }
p { color: rgb(7,193,192); }
H1.HeaderClassName
{
color: #07C1C0;
}
.AnyTagClassName
{
color: #07C1C0;
}
</style>
background-color css
<style>
a { background-color: #07C1C0; }
a { background-color: rgb(7,193,192); }
div.DivClassName
{
background-color: #07C1C0;
}
.BgClassName
{
background-color: #07C1C0;
}
</style>
border-color css
<style>
span { border-color: #07C1C0; }
span { border-color: rgb(7,193,192); }
td.TdClassName
{
border-color: #07C1C0;
}
.TagClassName
{
border-color: #07C1C0;
}
</style>