Shades of Caribbean Green #06D680
Tints of Caribbean Green #06D680
RGB
CMYK
RGB Variations
Color information
#06D680 (or 0x06D680) is known color: Caribbean Green. HEX triplet: 06, D6 and 80. RGB value is (6,214,128). Sum of RGB (Red+Green+Blue) = 6+214+128=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #06D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D680 is #F9297F. Grayscale: #8E8E8E. Windows color (decimal): -16329088 or 8443398. OLE color: 8443398.
HSL color Cylindrical-coordinate representation of color #06D680: hue angle of 155.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D680 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 214 | 128 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.16 |
| HSL | 155.19º | 0.95% | 0.43% | - |
| HSV(B) | 155.19º | 0.97% | 0.84% | - |
| XYZ | 28.02 | 49.69 | 28.54 | - |
| YUV | 142 | 120.09 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 214 | 128 | 0.97 | 0 | 0.40 | 0.16 | 155.19 | 0.95 | 0.43 |
| Hex | 6 | D6 | 80 | 61 | 0 | 28 | 10 | 9B | 5F | 2B |
| Octal | 6 | 326 | 200 | 141 | 0 | 50 | 20 | 233 | 137 | 53 |
| Binary | 110 | 11010110 | 10000000 | 1100001 | 0 | 101000 | 10000 | 10011011 | 1011111 | 101011 |
Color Harmonies of #06D680
Complementary color
Monochromatic Colors of #06D680
Black with #06D680
Text Example
Text Example
White with #06D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D680; }
p { color: rgb(6,214,128); }
H1.HeaderClassName
{
color: #06D680;
}
.AnyTagClassName
{
color: #06D680;
}
</style>
background-color css
<style>
a { background-color: #06D680; }
a { background-color: rgb(6,214,128); }
div.DivClassName
{
background-color: #06D680;
}
.BgClassName
{
background-color: #06D680;
}
</style>
border-color css
<style>
span { border-color: #06D680; }
span { border-color: rgb(6,214,128); }
td.TdClassName
{
border-color: #06D680;
}
.TagClassName
{
border-color: #06D680;
}
</style>