Shades of Robin's Egg Blue #06D2CC
Tints of Robin's Egg Blue #06D2CC
RGB
CMYK
RGB Variations
Color information
#06D2CC (or 0x06D2CC) is known color: Robin's Egg Blue. HEX triplet: 06, D2 and CC. RGB value is (6,210,204). Sum of RGB (Red+Green+Blue) = 6+210+204=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #06D2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D2CC is #F92D33. Grayscale: #949494. Windows color (decimal): -16330036 or 13423110. OLE color: 13423110.
HSL color Cylindrical-coordinate representation of color #06D2CC: hue angle of 178.24º 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 #06D2CC is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 204 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.18 |
| HSL | 178.24º | 0.94% | 0.42% | - |
| HSV(B) | 178.24º | 0.97% | 0.82% | - |
| XYZ | 34.02 | 50.49 | 65.08 | - |
| YUV | 148.32 | 159.41 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 204 | 0.97 | 0 | 0.03 | 0.18 | 178.24 | 0.94 | 0.42 |
| Hex | 6 | D2 | CC | 61 | 0 | 3 | 12 | B2 | 5E | 2A |
| Octal | 6 | 322 | 314 | 141 | 0 | 3 | 22 | 262 | 136 | 52 |
| Binary | 110 | 11010010 | 11001100 | 1100001 | 0 | 11 | 10010 | 10110010 | 1011110 | 101010 |
Color Harmonies of #06D2CC
Complementary color
Monochromatic Colors of #06D2CC
Black with #06D2CC
Text Example
Text Example
White with #06D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D2CC; }
p { color: rgb(6,210,204); }
H1.HeaderClassName
{
color: #06D2CC;
}
.AnyTagClassName
{
color: #06D2CC;
}
</style>
background-color css
<style>
a { background-color: #06D2CC; }
a { background-color: rgb(6,210,204); }
div.DivClassName
{
background-color: #06D2CC;
}
.BgClassName
{
background-color: #06D2CC;
}
</style>
border-color css
<style>
span { border-color: #06D2CC; }
span { border-color: rgb(6,210,204); }
td.TdClassName
{
border-color: #06D2CC;
}
.TagClassName
{
border-color: #06D2CC;
}
</style>