Shades of Robin's Egg Blue #06D2BD
Tints of Robin's Egg Blue #06D2BD
RGB
CMYK
RGB Variations
Color information
#06D2BD (or 0x06D2BD) is known color: Robin's Egg Blue. HEX triplet: 06, D2 and BD. RGB value is (6,210,189). Sum of RGB (Red+Green+Blue) = 6+210+189=405 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #06D2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D2BD is #F92D42. Grayscale: #929292. Windows color (decimal): -16330051 or 12440070. OLE color: 12440070.
HSL color Cylindrical-coordinate representation of color #06D2BD: hue angle of 173.82º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D2BD is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 189 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.18 |
| HSL | 173.82º | 0.94% | 0.42% | - |
| HSV(B) | 173.82º | 0.97% | 0.82% | - |
| XYZ | 32.31 | 49.81 | 56.05 | - |
| YUV | 146.61 | 151.91 | 27.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 189 | 0.97 | 0 | 0.10 | 0.18 | 173.82 | 0.94 | 0.42 |
| Hex | 6 | D2 | BD | 61 | 0 | A | 12 | AE | 5E | 2A |
| Octal | 6 | 322 | 275 | 141 | 0 | 12 | 22 | 256 | 136 | 52 |
| Binary | 110 | 11010010 | 10111101 | 1100001 | 0 | 1010 | 10010 | 10101110 | 1011110 | 101010 |
Color Harmonies of #06D2BD
Complementary color
Monochromatic Colors of #06D2BD
Black with #06D2BD
Text Example
Text Example
White with #06D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D2BD; }
p { color: rgb(6,210,189); }
H1.HeaderClassName
{
color: #06D2BD;
}
.AnyTagClassName
{
color: #06D2BD;
}
</style>
background-color css
<style>
a { background-color: #06D2BD; }
a { background-color: rgb(6,210,189); }
div.DivClassName
{
background-color: #06D2BD;
}
.BgClassName
{
background-color: #06D2BD;
}
</style>
border-color css
<style>
span { border-color: #06D2BD; }
span { border-color: rgb(6,210,189); }
td.TdClassName
{
border-color: #06D2BD;
}
.TagClassName
{
border-color: #06D2BD;
}
</style>