Shades of Robin's Egg Blue #06DFC0
Tints of Robin's Egg Blue #06DFC0
RGB
CMYK
RGB Variations
Color information
#06DFC0 (or 0x06DFC0) is known color: Robin's Egg Blue. HEX triplet: 06, DF and C0. RGB value is (6,223,192). Sum of RGB (Red+Green+Blue) = 6+223+192=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DFC0 is #F9203F. Grayscale: #9A9A9A. Windows color (decimal): -16326720 or 12640006. OLE color: 12640006.
HSL color Cylindrical-coordinate representation of color #06DFC0: hue angle of 171.43º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DFC0 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 192 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.13 |
| HSL | 171.43º | 0.95% | 0.45% | - |
| HSV(B) | 171.43º | 0.97% | 0.87% | - |
| XYZ | 35.98 | 56.62 | 58.9 | - |
| YUV | 154.58 | 149.11 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 192 | 0.97 | 0 | 0.14 | 0.13 | 171.43 | 0.95 | 0.45 |
| Hex | 6 | DF | C0 | 61 | 0 | E | D | AB | 5F | 2D |
| Octal | 6 | 337 | 300 | 141 | 0 | 16 | 15 | 253 | 137 | 55 |
| Binary | 110 | 11011111 | 11000000 | 1100001 | 0 | 1110 | 1101 | 10101011 | 1011111 | 101101 |
Color Harmonies of #06DFC0
Complementary color
Monochromatic Colors of #06DFC0
Black with #06DFC0
Text Example
Text Example
White with #06DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DFC0; }
p { color: rgb(6,223,192); }
H1.HeaderClassName
{
color: #06DFC0;
}
.AnyTagClassName
{
color: #06DFC0;
}
</style>
background-color css
<style>
a { background-color: #06DFC0; }
a { background-color: rgb(6,223,192); }
div.DivClassName
{
background-color: #06DFC0;
}
.BgClassName
{
background-color: #06DFC0;
}
</style>
border-color css
<style>
span { border-color: #06DFC0; }
span { border-color: rgb(6,223,192); }
td.TdClassName
{
border-color: #06DFC0;
}
.TagClassName
{
border-color: #06DFC0;
}
</style>