Shades of Robin's Egg Blue #06D4BA
Tints of Robin's Egg Blue #06D4BA
RGB
CMYK
RGB Variations
Color information
#06D4BA (or 0x06D4BA) is known color: Robin's Egg Blue. HEX triplet: 06, D4 and BA. RGB value is (6,212,186). Sum of RGB (Red+Green+Blue) = 6+212+186=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #06D4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D4BA is #F92B45. Grayscale: #939393. Windows color (decimal): -16329542 or 12243974. OLE color: 12243974.
HSL color Cylindrical-coordinate representation of color #06D4BA: hue angle of 172.43º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D4BA is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 212 | 186 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.17 |
| HSL | 172.43º | 0.94% | 0.43% | - |
| HSV(B) | 172.43º | 0.97% | 0.83% | - |
| XYZ | 32.48 | 50.67 | 54.52 | - |
| YUV | 147.44 | 149.75 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 186 | 0.97 | 0 | 0.12 | 0.17 | 172.43 | 0.94 | 0.43 |
| Hex | 6 | D4 | BA | 61 | 0 | C | 11 | AC | 5E | 2B |
| Octal | 6 | 324 | 272 | 141 | 0 | 14 | 21 | 254 | 136 | 53 |
| Binary | 110 | 11010100 | 10111010 | 1100001 | 0 | 1100 | 10001 | 10101100 | 1011110 | 101011 |
Color Harmonies of #06D4BA
Complementary color
Monochromatic Colors of #06D4BA
Black with #06D4BA
Text Example
Text Example
White with #06D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D4BA; }
p { color: rgb(6,212,186); }
H1.HeaderClassName
{
color: #06D4BA;
}
.AnyTagClassName
{
color: #06D4BA;
}
</style>
background-color css
<style>
a { background-color: #06D4BA; }
a { background-color: rgb(6,212,186); }
div.DivClassName
{
background-color: #06D4BA;
}
.BgClassName
{
background-color: #06D4BA;
}
</style>
border-color css
<style>
span { border-color: #06D4BA; }
span { border-color: rgb(6,212,186); }
td.TdClassName
{
border-color: #06D4BA;
}
.TagClassName
{
border-color: #06D4BA;
}
</style>