Shades of Caribbean Green #00D680
Tints of Caribbean Green #00D680
RGB
CMYK
RGB Variations
Color information
#00D680 (or 0x00D680) is known color: Caribbean Green. HEX triplet: 00, D6 and 80. RGB value is (0,214,128). Sum of RGB (Red+Green+Blue) = 0+214+128=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #00D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D680 is #FF297F. Grayscale: #8C8C8C. Windows color (decimal): -16722304 or 8443392. OLE color: 8443392.
HSL color Cylindrical-coordinate representation of color #00D680: hue angle of 155.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D680 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 128 | - |
| CMYK | 1 | 0 | 0.40 | 0.16 |
| HSL | 155.89º | 1% | 0.42% | - |
| HSV(B) | 155.89º | 1% | 0.84% | - |
| XYZ | 27.94 | 49.65 | 28.53 | - |
| YUV | 140.21 | 121.1 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 128 | 1 | 0 | 0.40 | 0.16 | 155.89 | 1 | 0.42 |
| Hex | 0 | D6 | 80 | 64 | 0 | 28 | 10 | 9C | 64 | 2A |
| Octal | 0 | 326 | 200 | 144 | 0 | 50 | 20 | 234 | 144 | 52 |
| Binary | 0 | 11010110 | 10000000 | 1100100 | 0 | 101000 | 10000 | 10011100 | 1100100 | 101010 |
Color Harmonies of #00D680
Complementary color
Monochromatic Colors of #00D680
Black with #00D680
Text Example
Text Example
White with #00D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D680; }
p { color: rgb(0,214,128); }
H1.HeaderClassName
{
color: #00D680;
}
.AnyTagClassName
{
color: #00D680;
}
</style>
background-color css
<style>
a { background-color: #00D680; }
a { background-color: rgb(0,214,128); }
div.DivClassName
{
background-color: #00D680;
}
.BgClassName
{
background-color: #00D680;
}
</style>
border-color css
<style>
span { border-color: #00D680; }
span { border-color: rgb(0,214,128); }
td.TdClassName
{
border-color: #00D680;
}
.TagClassName
{
border-color: #00D680;
}
</style>