Shades of Robin's Egg Blue #07CABB
Tints of Robin's Egg Blue #07CABB
RGB
CMYK
RGB Variations
Color information
#07CABB (or 0x07CABB) is known color: Robin's Egg Blue. HEX triplet: 07, CA and BB. RGB value is (7,202,187). Sum of RGB (Red+Green+Blue) = 7+202+187=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #07CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CABB is #F83544. Grayscale: #8D8D8D. Windows color (decimal): -16266565 or 12306951. OLE color: 12306951.
HSL color Cylindrical-coordinate representation of color #07CABB: hue angle of 175.38º 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 #07CABB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 187 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.21 |
| HSL | 175.38º | 0.93% | 0.41% | - |
| HSV(B) | 175.38º | 0.97% | 0.79% | - |
| XYZ | 30.18 | 45.87 | 54.28 | - |
| YUV | 141.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 187 | 0.97 | 0 | 0.07 | 0.21 | 175.38 | 0.93 | 0.41 |
| Hex | 7 | CA | BB | 61 | 0 | 7 | 15 | AF | 5D | 29 |
| Octal | 7 | 312 | 273 | 141 | 0 | 7 | 25 | 257 | 135 | 51 |
| Binary | 111 | 11001010 | 10111011 | 1100001 | 0 | 111 | 10101 | 10101111 | 1011101 | 101001 |
Color Harmonies of #07CABB
Complementary color
Monochromatic Colors of #07CABB
Black with #07CABB
Text Example
Text Example
White with #07CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CABB; }
p { color: rgb(7,202,187); }
H1.HeaderClassName
{
color: #07CABB;
}
.AnyTagClassName
{
color: #07CABB;
}
</style>
background-color css
<style>
a { background-color: #07CABB; }
a { background-color: rgb(7,202,187); }
div.DivClassName
{
background-color: #07CABB;
}
.BgClassName
{
background-color: #07CABB;
}
</style>
border-color css
<style>
span { border-color: #07CABB; }
span { border-color: rgb(7,202,187); }
td.TdClassName
{
border-color: #07CABB;
}
.TagClassName
{
border-color: #07CABB;
}
</style>