Shades of Caribbean Green #06D994
Tints of Caribbean Green #06D994
RGB
CMYK
RGB Variations
Color information
#06D994 (or 0x06D994) is known color: Caribbean Green. HEX triplet: 06, D9 and 94. RGB value is (6,217,148). Sum of RGB (Red+Green+Blue) = 6+217+148=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #06D994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D994 is #F9266B. Grayscale: #929292. Windows color (decimal): -16328300 or 9754886. OLE color: 9754886.
HSL color Cylindrical-coordinate representation of color #06D994: hue angle of 160.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D994 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 148 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.15 |
| HSL | 160.38º | 0.95% | 0.44% | - |
| HSV(B) | 160.38º | 0.97% | 0.85% | - |
| XYZ | 30.23 | 51.8 | 36.42 | - |
| YUV | 146.05 | 129.1 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 148 | 0.97 | 0 | 0.32 | 0.15 | 160.38 | 0.95 | 0.44 |
| Hex | 6 | D9 | 94 | 61 | 0 | 20 | F | A0 | 5F | 2C |
| Octal | 6 | 331 | 224 | 141 | 0 | 40 | 17 | 240 | 137 | 54 |
| Binary | 110 | 11011001 | 10010100 | 1100001 | 0 | 100000 | 1111 | 10100000 | 1011111 | 101100 |
Color Harmonies of #06D994
Complementary color
Monochromatic Colors of #06D994
Black with #06D994
Text Example
Text Example
White with #06D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D994; }
p { color: rgb(6,217,148); }
H1.HeaderClassName
{
color: #06D994;
}
.AnyTagClassName
{
color: #06D994;
}
</style>
background-color css
<style>
a { background-color: #06D994; }
a { background-color: rgb(6,217,148); }
div.DivClassName
{
background-color: #06D994;
}
.BgClassName
{
background-color: #06D994;
}
</style>
border-color css
<style>
span { border-color: #06D994; }
span { border-color: rgb(6,217,148); }
td.TdClassName
{
border-color: #06D994;
}
.TagClassName
{
border-color: #06D994;
}
</style>