Shades of Robin's Egg Blue #06D0CA
Tints of Robin's Egg Blue #06D0CA
RGB
CMYK
RGB Variations
Color information
#06D0CA (or 0x06D0CA) is known color: Robin's Egg Blue. HEX triplet: 06, D0 and CA. RGB value is (6,208,202). Sum of RGB (Red+Green+Blue) = 6+208+202=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #06D0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D0CA is #F92F35. Grayscale: #929292. Windows color (decimal): -16330550 or 13291526. OLE color: 13291526.
HSL color Cylindrical-coordinate representation of color #06D0CA: hue angle of 178.22º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D0CA is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 208 | 202 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.18 |
| HSL | 178.22º | 0.94% | 0.42% | - |
| HSV(B) | 178.22º | 0.97% | 0.82% | - |
| XYZ | 33.29 | 49.41 | 63.66 | - |
| YUV | 146.92 | 159.08 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 202 | 0.97 | 0 | 0.03 | 0.18 | 178.22 | 0.94 | 0.42 |
| Hex | 6 | D0 | CA | 61 | 0 | 3 | 12 | B2 | 5E | 2A |
| Octal | 6 | 320 | 312 | 141 | 0 | 3 | 22 | 262 | 136 | 52 |
| Binary | 110 | 11010000 | 11001010 | 1100001 | 0 | 11 | 10010 | 10110010 | 1011110 | 101010 |
Color Harmonies of #06D0CA
Complementary color
Monochromatic Colors of #06D0CA
Black with #06D0CA
Text Example
Text Example
White with #06D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D0CA; }
p { color: rgb(6,208,202); }
H1.HeaderClassName
{
color: #06D0CA;
}
.AnyTagClassName
{
color: #06D0CA;
}
</style>
background-color css
<style>
a { background-color: #06D0CA; }
a { background-color: rgb(6,208,202); }
div.DivClassName
{
background-color: #06D0CA;
}
.BgClassName
{
background-color: #06D0CA;
}
</style>
border-color css
<style>
span { border-color: #06D0CA; }
span { border-color: rgb(6,208,202); }
td.TdClassName
{
border-color: #06D0CA;
}
.TagClassName
{
border-color: #06D0CA;
}
</style>