Shades of Robin's Egg Blue #06DCBD
Tints of Robin's Egg Blue #06DCBD
RGB
CMYK
RGB Variations
Color information
#06DCBD (or 0x06DCBD) is known color: Robin's Egg Blue. HEX triplet: 06, DC and BD. RGB value is (6,220,189). Sum of RGB (Red+Green+Blue) = 6+220+189=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCBD is #F92342. Grayscale: #989898. Windows color (decimal): -16327491 or 12442630. OLE color: 12442630.
HSL color Cylindrical-coordinate representation of color #06DCBD: hue angle of 171.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCBD is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 189 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.14 |
| HSL | 171.31º | 0.95% | 0.44% | - |
| HSV(B) | 171.31º | 0.97% | 0.86% | - |
| XYZ | 34.85 | 54.9 | 56.9 | - |
| YUV | 152.48 | 148.6 | 23.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 189 | 0.97 | 0 | 0.14 | 0.14 | 171.31 | 0.95 | 0.44 |
| Hex | 6 | DC | BD | 61 | 0 | E | E | AB | 5F | 2C |
| Octal | 6 | 334 | 275 | 141 | 0 | 16 | 16 | 253 | 137 | 54 |
| Binary | 110 | 11011100 | 10111101 | 1100001 | 0 | 1110 | 1110 | 10101011 | 1011111 | 101100 |
Color Harmonies of #06DCBD
Complementary color
Monochromatic Colors of #06DCBD
Black with #06DCBD
Text Example
Text Example
White with #06DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCBD; }
p { color: rgb(6,220,189); }
H1.HeaderClassName
{
color: #06DCBD;
}
.AnyTagClassName
{
color: #06DCBD;
}
</style>
background-color css
<style>
a { background-color: #06DCBD; }
a { background-color: rgb(6,220,189); }
div.DivClassName
{
background-color: #06DCBD;
}
.BgClassName
{
background-color: #06DCBD;
}
</style>
border-color css
<style>
span { border-color: #06DCBD; }
span { border-color: rgb(6,220,189); }
td.TdClassName
{
border-color: #06DCBD;
}
.TagClassName
{
border-color: #06DCBD;
}
</style>