Shades of Caribbean Green #00C082
Tints of Caribbean Green #00C082
RGB
CMYK
RGB Variations
Color information
#00C082 (or 0x00C082) is known color: Caribbean Green. HEX triplet: 00, C0 and 82. RGB value is (0,192,130). Sum of RGB (Red+Green+Blue) = 0+192+130=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #00C082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C082 is #FF3F7D. Grayscale: #7F7F7F. Windows color (decimal): -16727934 or 8568832. OLE color: 8568832.
HSL color Cylindrical-coordinate representation of color #00C082: hue angle of 160.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C082 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 130 | - |
| CMYK | 1 | 0 | 0.32 | 0.25 |
| HSL | 160.63º | 1% | 0.38% | - |
| HSV(B) | 160.63º | 1% | 0.75% | - |
| XYZ | 22.88 | 39.31 | 27.5 | - |
| YUV | 127.52 | 129.39 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 130 | 1 | 0 | 0.32 | 0.25 | 160.63 | 1 | 0.38 |
| Hex | 0 | C0 | 82 | 64 | 0 | 20 | 19 | A1 | 64 | 26 |
| Octal | 0 | 300 | 202 | 144 | 0 | 40 | 31 | 241 | 144 | 46 |
| Binary | 0 | 11000000 | 10000010 | 1100100 | 0 | 100000 | 11001 | 10100001 | 1100100 | 100110 |
Color Harmonies of #00C082
Complementary color
Monochromatic Colors of #00C082
Black with #00C082
Text Example
Text Example
White with #00C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C082; }
p { color: rgb(0,192,130); }
H1.HeaderClassName
{
color: #00C082;
}
.AnyTagClassName
{
color: #00C082;
}
</style>
background-color css
<style>
a { background-color: #00C082; }
a { background-color: rgb(0,192,130); }
div.DivClassName
{
background-color: #00C082;
}
.BgClassName
{
background-color: #00C082;
}
</style>
border-color css
<style>
span { border-color: #00C082; }
span { border-color: rgb(0,192,130); }
td.TdClassName
{
border-color: #00C082;
}
.TagClassName
{
border-color: #00C082;
}
</style>