Shades of Robin's Egg Blue #06CAC2
Tints of Robin's Egg Blue #06CAC2
RGB
CMYK
RGB Variations
Color information
#06CAC2 (or 0x06CAC2) is known color: Robin's Egg Blue. HEX triplet: 06, CA and C2. RGB value is (6,202,194). Sum of RGB (Red+Green+Blue) = 6+202+194=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CAC2 is #F9353D. Grayscale: #8E8E8E. Windows color (decimal): -16332094 or 12765702. OLE color: 12765702.
HSL color Cylindrical-coordinate representation of color #06CAC2: hue angle of 177.55º 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 #06CAC2 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 194 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.21 |
| HSL | 177.55º | 0.94% | 0.41% | - |
| HSV(B) | 177.55º | 0.97% | 0.79% | - |
| XYZ | 30.93 | 46.17 | 58.32 | - |
| YUV | 142.48 | 157.07 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 194 | 0.97 | 0 | 0.04 | 0.21 | 177.55 | 0.94 | 0.41 |
| Hex | 6 | CA | C2 | 61 | 0 | 4 | 15 | B2 | 5E | 29 |
| Octal | 6 | 312 | 302 | 141 | 0 | 4 | 25 | 262 | 136 | 51 |
| Binary | 110 | 11001010 | 11000010 | 1100001 | 0 | 100 | 10101 | 10110010 | 1011110 | 101001 |
Color Harmonies of #06CAC2
Complementary color
Monochromatic Colors of #06CAC2
Black with #06CAC2
Text Example
Text Example
White with #06CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CAC2; }
p { color: rgb(6,202,194); }
H1.HeaderClassName
{
color: #06CAC2;
}
.AnyTagClassName
{
color: #06CAC2;
}
</style>
background-color css
<style>
a { background-color: #06CAC2; }
a { background-color: rgb(6,202,194); }
div.DivClassName
{
background-color: #06CAC2;
}
.BgClassName
{
background-color: #06CAC2;
}
</style>
border-color css
<style>
span { border-color: #06CAC2; }
span { border-color: rgb(6,202,194); }
td.TdClassName
{
border-color: #06CAC2;
}
.TagClassName
{
border-color: #06CAC2;
}
</style>