Shades of Robin's Egg Blue #06C2B9
Tints of Robin's Egg Blue #06C2B9
RGB
CMYK
RGB Variations
Color information
#06C2B9 (or 0x06C2B9) is known color: Robin's Egg Blue. HEX triplet: 06, C2 and B9. RGB value is (6,194,185). Sum of RGB (Red+Green+Blue) = 6+194+185=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #06C2B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C2B9 is #F93D46. Grayscale: #888888. Windows color (decimal): -16334151 or 12173830. OLE color: 12173830.
HSL color Cylindrical-coordinate representation of color #06C2B9: hue angle of 177.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C2B9 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 185 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.24 |
| HSL | 177.13º | 0.94% | 0.39% | - |
| HSV(B) | 177.13º | 0.97% | 0.76% | - |
| XYZ | 28.12 | 42.13 | 52.55 | - |
| YUV | 136.76 | 155.22 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 185 | 0.97 | 0 | 0.05 | 0.24 | 177.13 | 0.94 | 0.39 |
| Hex | 6 | C2 | B9 | 61 | 0 | 5 | 18 | B1 | 5E | 27 |
| Octal | 6 | 302 | 271 | 141 | 0 | 5 | 30 | 261 | 136 | 47 |
| Binary | 110 | 11000010 | 10111001 | 1100001 | 0 | 101 | 11000 | 10110001 | 1011110 | 100111 |
Color Harmonies of #06C2B9
Complementary color
Monochromatic Colors of #06C2B9
Black with #06C2B9
Text Example
Text Example
White with #06C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C2B9; }
p { color: rgb(6,194,185); }
H1.HeaderClassName
{
color: #06C2B9;
}
.AnyTagClassName
{
color: #06C2B9;
}
</style>
background-color css
<style>
a { background-color: #06C2B9; }
a { background-color: rgb(6,194,185); }
div.DivClassName
{
background-color: #06C2B9;
}
.BgClassName
{
background-color: #06C2B9;
}
</style>
border-color css
<style>
span { border-color: #06C2B9; }
span { border-color: rgb(6,194,185); }
td.TdClassName
{
border-color: #06C2B9;
}
.TagClassName
{
border-color: #06C2B9;
}
</style>