Shades of Robin's Egg Blue #07CCC3
Tints of Robin's Egg Blue #07CCC3
RGB
CMYK
RGB Variations
Color information
#07CCC3 (or 0x07CCC3) is known color: Robin's Egg Blue. HEX triplet: 07, CC and C3. RGB value is (7,204,195). Sum of RGB (Red+Green+Blue) = 7+204+195=406 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #07CCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCC3 is #F8333C. Grayscale: #8F8F8F. Windows color (decimal): -16266045 or 12831751. OLE color: 12831751.
HSL color Cylindrical-coordinate representation of color #07CCC3: hue angle of 177.26º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CCC3 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 195 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.2 |
| HSL | 177.26º | 0.93% | 0.41% | - |
| HSV(B) | 177.26º | 0.97% | 0.8% | - |
| XYZ | 31.53 | 47.17 | 59.07 | - |
| YUV | 144.07 | 156.73 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 195 | 0.97 | 0 | 0.04 | 0.2 | 177.26 | 0.93 | 0.41 |
| Hex | 7 | CC | C3 | 61 | 0 | 4 | 14 | B1 | 5D | 29 |
| Octal | 7 | 314 | 303 | 141 | 0 | 4 | 24 | 261 | 135 | 51 |
| Binary | 111 | 11001100 | 11000011 | 1100001 | 0 | 100 | 10100 | 10110001 | 1011101 | 101001 |
Color Harmonies of #07CCC3
Complementary color
Monochromatic Colors of #07CCC3
Black with #07CCC3
Text Example
Text Example
White with #07CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCC3; }
p { color: rgb(7,204,195); }
H1.HeaderClassName
{
color: #07CCC3;
}
.AnyTagClassName
{
color: #07CCC3;
}
</style>
background-color css
<style>
a { background-color: #07CCC3; }
a { background-color: rgb(7,204,195); }
div.DivClassName
{
background-color: #07CCC3;
}
.BgClassName
{
background-color: #07CCC3;
}
</style>
border-color css
<style>
span { border-color: #07CCC3; }
span { border-color: rgb(7,204,195); }
td.TdClassName
{
border-color: #07CCC3;
}
.TagClassName
{
border-color: #07CCC3;
}
</style>