Shades of Robin's Egg Blue #07CAC2
Tints of Robin's Egg Blue #07CAC2
RGB
CMYK
RGB Variations
Color information
#07CAC2 (or 0x07CAC2) is known color: Robin's Egg Blue. HEX triplet: 07, CA and C2. RGB value is (7,202,194). Sum of RGB (Red+Green+Blue) = 7+202+194=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #07CAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CAC2 is #F8353D. Grayscale: #8E8E8E. Windows color (decimal): -16266558 or 12765703. OLE color: 12765703.
HSL color Cylindrical-coordinate representation of color #07CAC2: hue angle of 177.54º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAC2 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 194 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.21 |
| HSL | 177.54º | 0.93% | 0.41% | - |
| HSV(B) | 177.54º | 0.97% | 0.79% | - |
| XYZ | 30.95 | 46.18 | 58.32 | - |
| YUV | 142.78 | 156.9 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 194 | 0.97 | 0 | 0.04 | 0.21 | 177.54 | 0.93 | 0.41 |
| Hex | 7 | CA | C2 | 61 | 0 | 4 | 15 | B2 | 5D | 29 |
| Octal | 7 | 312 | 302 | 141 | 0 | 4 | 25 | 262 | 135 | 51 |
| Binary | 111 | 11001010 | 11000010 | 1100001 | 0 | 100 | 10101 | 10110010 | 1011101 | 101001 |
Color Harmonies of #07CAC2
Complementary color
Monochromatic Colors of #07CAC2
Black with #07CAC2
Text Example
Text Example
White with #07CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CAC2; }
p { color: rgb(7,202,194); }
H1.HeaderClassName
{
color: #07CAC2;
}
.AnyTagClassName
{
color: #07CAC2;
}
</style>
background-color css
<style>
a { background-color: #07CAC2; }
a { background-color: rgb(7,202,194); }
div.DivClassName
{
background-color: #07CAC2;
}
.BgClassName
{
background-color: #07CAC2;
}
</style>
border-color css
<style>
span { border-color: #07CAC2; }
span { border-color: rgb(7,202,194); }
td.TdClassName
{
border-color: #07CAC2;
}
.TagClassName
{
border-color: #07CAC2;
}
</style>