Shades of Robin's Egg Blue #06E0BE
Tints of Robin's Egg Blue #06E0BE
RGB
CMYK
RGB Variations
Color information
#06E0BE (or 0x06E0BE) is known color: Robin's Egg Blue. HEX triplet: 06, E0 and BE. RGB value is (6,224,190). Sum of RGB (Red+Green+Blue) = 6+224+190=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #06E0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E0BE is #F91F41. Grayscale: #9A9A9A. Windows color (decimal): -16326466 or 12509190. OLE color: 12509190.
HSL color Cylindrical-coordinate representation of color #06E0BE: hue angle of 170.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E0BE is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 224 | 190 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.12 |
| HSL | 170.64º | 0.95% | 0.45% | - |
| HSV(B) | 170.64º | 0.97% | 0.88% | - |
| XYZ | 36.03 | 57.07 | 57.83 | - |
| YUV | 154.94 | 147.78 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 224 | 190 | 0.97 | 0 | 0.15 | 0.12 | 170.64 | 0.95 | 0.45 |
| Hex | 6 | E0 | BE | 61 | 0 | F | C | AB | 5F | 2D |
| Octal | 6 | 340 | 276 | 141 | 0 | 17 | 14 | 253 | 137 | 55 |
| Binary | 110 | 11100000 | 10111110 | 1100001 | 0 | 1111 | 1100 | 10101011 | 1011111 | 101101 |
Color Harmonies of #06E0BE
Complementary color
Monochromatic Colors of #06E0BE
Black with #06E0BE
Text Example
Text Example
White with #06E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E0BE; }
p { color: rgb(6,224,190); }
H1.HeaderClassName
{
color: #06E0BE;
}
.AnyTagClassName
{
color: #06E0BE;
}
</style>
background-color css
<style>
a { background-color: #06E0BE; }
a { background-color: rgb(6,224,190); }
div.DivClassName
{
background-color: #06E0BE;
}
.BgClassName
{
background-color: #06E0BE;
}
</style>
border-color css
<style>
span { border-color: #06E0BE; }
span { border-color: rgb(6,224,190); }
td.TdClassName
{
border-color: #06E0BE;
}
.TagClassName
{
border-color: #06E0BE;
}
</style>