Shades of Caribbean Green #06D982
Tints of Caribbean Green #06D982
RGB
CMYK
RGB Variations
Color information
#06D982 (or 0x06D982) is known color: Caribbean Green. HEX triplet: 06, D9 and 82. RGB value is (6,217,130). Sum of RGB (Red+Green+Blue) = 6+217+130=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #06D982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D982 is #F9267D. Grayscale: #909090. Windows color (decimal): -16328318 or 8575238. OLE color: 8575238.
HSL color Cylindrical-coordinate representation of color #06D982: hue angle of 155.26º 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 #06D982 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 130 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.15 |
| HSL | 155.26º | 0.95% | 0.44% | - |
| HSV(B) | 155.26º | 0.97% | 0.85% | - |
| XYZ | 28.92 | 51.28 | 29.49 | - |
| YUV | 143.99 | 120.1 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 130 | 0.97 | 0 | 0.40 | 0.15 | 155.26 | 0.95 | 0.44 |
| Hex | 6 | D9 | 82 | 61 | 0 | 28 | F | 9B | 5F | 2C |
| Octal | 6 | 331 | 202 | 141 | 0 | 50 | 17 | 233 | 137 | 54 |
| Binary | 110 | 11011001 | 10000010 | 1100001 | 0 | 101000 | 1111 | 10011011 | 1011111 | 101100 |
Color Harmonies of #06D982
Complementary color
Monochromatic Colors of #06D982
Black with #06D982
Text Example
Text Example
White with #06D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D982; }
p { color: rgb(6,217,130); }
H1.HeaderClassName
{
color: #06D982;
}
.AnyTagClassName
{
color: #06D982;
}
</style>
background-color css
<style>
a { background-color: #06D982; }
a { background-color: rgb(6,217,130); }
div.DivClassName
{
background-color: #06D982;
}
.BgClassName
{
background-color: #06D982;
}
</style>
border-color css
<style>
span { border-color: #06D982; }
span { border-color: rgb(6,217,130); }
td.TdClassName
{
border-color: #06D982;
}
.TagClassName
{
border-color: #06D982;
}
</style>