Shades of Robin's Egg Blue #06E3C2
Tints of Robin's Egg Blue #06E3C2
RGB
CMYK
RGB Variations
Color information
#06E3C2 (or 0x06E3C2) is known color: Robin's Egg Blue. HEX triplet: 06, E3 and C2. RGB value is (6,227,194). Sum of RGB (Red+Green+Blue) = 6+227+194=427 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #06E3C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E3C2 is #F91C3D. Grayscale: #9D9D9D. Windows color (decimal): -16325694 or 12772102. OLE color: 12772102.
HSL color Cylindrical-coordinate representation of color #06E3C2: hue angle of 171.04º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E3C2 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 194 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.11 |
| HSL | 171.04º | 0.95% | 0.46% | - |
| HSV(B) | 171.04º | 0.97% | 0.89% | - |
| XYZ | 37.28 | 58.87 | 60.44 | - |
| YUV | 157.16 | 148.78 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 194 | 0.97 | 0 | 0.15 | 0.11 | 171.04 | 0.95 | 0.46 |
| Hex | 6 | E3 | C2 | 61 | 0 | F | B | AB | 5F | 2E |
| Octal | 6 | 343 | 302 | 141 | 0 | 17 | 13 | 253 | 137 | 56 |
| Binary | 110 | 11100011 | 11000010 | 1100001 | 0 | 1111 | 1011 | 10101011 | 1011111 | 101110 |
Color Harmonies of #06E3C2
Complementary color
Monochromatic Colors of #06E3C2
Black with #06E3C2
Text Example
Text Example
White with #06E3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E3C2; }
p { color: rgb(6,227,194); }
H1.HeaderClassName
{
color: #06E3C2;
}
.AnyTagClassName
{
color: #06E3C2;
}
</style>
background-color css
<style>
a { background-color: #06E3C2; }
a { background-color: rgb(6,227,194); }
div.DivClassName
{
background-color: #06E3C2;
}
.BgClassName
{
background-color: #06E3C2;
}
</style>
border-color css
<style>
span { border-color: #06E3C2; }
span { border-color: rgb(6,227,194); }
td.TdClassName
{
border-color: #06E3C2;
}
.TagClassName
{
border-color: #06E3C2;
}
</style>