Shades of Robin's Egg Blue #06CABB
Tints of Robin's Egg Blue #06CABB
RGB
CMYK
RGB Variations
Color information
#06CABB (or 0x06CABB) is known color: Robin's Egg Blue. HEX triplet: 06, CA and BB. RGB value is (6,202,187). Sum of RGB (Red+Green+Blue) = 6+202+187=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #06CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CABB is #F93544. Grayscale: #8D8D8D. Windows color (decimal): -16332101 or 12306950. OLE color: 12306950.
HSL color Cylindrical-coordinate representation of color #06CABB: hue angle of 175.41º degrees, saturation: 0.94, 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 #06CABB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 187 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.21 |
| HSL | 175.41º | 0.94% | 0.41% | - |
| HSV(B) | 175.41º | 0.97% | 0.79% | - |
| XYZ | 30.17 | 45.87 | 54.28 | - |
| YUV | 141.69 | 153.57 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 187 | 0.97 | 0 | 0.07 | 0.21 | 175.41 | 0.94 | 0.41 |
| Hex | 6 | CA | BB | 61 | 0 | 7 | 15 | AF | 5E | 29 |
| Octal | 6 | 312 | 273 | 141 | 0 | 7 | 25 | 257 | 136 | 51 |
| Binary | 110 | 11001010 | 10111011 | 1100001 | 0 | 111 | 10101 | 10101111 | 1011110 | 101001 |
Color Harmonies of #06CABB
Complementary color
Monochromatic Colors of #06CABB
Black with #06CABB
Text Example
Text Example
White with #06CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CABB; }
p { color: rgb(6,202,187); }
H1.HeaderClassName
{
color: #06CABB;
}
.AnyTagClassName
{
color: #06CABB;
}
</style>
background-color css
<style>
a { background-color: #06CABB; }
a { background-color: rgb(6,202,187); }
div.DivClassName
{
background-color: #06CABB;
}
.BgClassName
{
background-color: #06CABB;
}
</style>
border-color css
<style>
span { border-color: #06CABB; }
span { border-color: rgb(6,202,187); }
td.TdClassName
{
border-color: #06CABB;
}
.TagClassName
{
border-color: #06CABB;
}
</style>