Shades of Robin's Egg Blue #06CAC5
Tints of Robin's Egg Blue #06CAC5
RGB
CMYK
RGB Variations
Color information
#06CAC5 (or 0x06CAC5) is known color: Robin's Egg Blue. HEX triplet: 06, CA and C5. RGB value is (6,202,197). Sum of RGB (Red+Green+Blue) = 6+202+197=405 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CAC5 is #F9353A. Grayscale: #8E8E8E. Windows color (decimal): -16332091 or 12962310. OLE color: 12962310.
HSL color Cylindrical-coordinate representation of color #06CAC5: hue angle of 178.47º 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 #06CAC5 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 197 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.21 |
| HSL | 178.47º | 0.94% | 0.41% | - |
| HSV(B) | 178.47º | 0.97% | 0.79% | - |
| XYZ | 31.27 | 46.31 | 60.11 | - |
| YUV | 142.83 | 158.57 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 197 | 0.97 | 0 | 0.02 | 0.21 | 178.47 | 0.94 | 0.41 |
| Hex | 6 | CA | C5 | 61 | 0 | 2 | 15 | B2 | 5E | 29 |
| Octal | 6 | 312 | 305 | 141 | 0 | 2 | 25 | 262 | 136 | 51 |
| Binary | 110 | 11001010 | 11000101 | 1100001 | 0 | 10 | 10101 | 10110010 | 1011110 | 101001 |
Color Harmonies of #06CAC5
Complementary color
Monochromatic Colors of #06CAC5
Black with #06CAC5
Text Example
Text Example
White with #06CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CAC5; }
p { color: rgb(6,202,197); }
H1.HeaderClassName
{
color: #06CAC5;
}
.AnyTagClassName
{
color: #06CAC5;
}
</style>
background-color css
<style>
a { background-color: #06CAC5; }
a { background-color: rgb(6,202,197); }
div.DivClassName
{
background-color: #06CAC5;
}
.BgClassName
{
background-color: #06CAC5;
}
</style>
border-color css
<style>
span { border-color: #06CAC5; }
span { border-color: rgb(6,202,197); }
td.TdClassName
{
border-color: #06CAC5;
}
.TagClassName
{
border-color: #06CAC5;
}
</style>