Shades of Caribbean Green #00C882
Tints of Caribbean Green #00C882
RGB
CMYK
RGB Variations
Color information
#00C882 (or 0x00C882) is known color: Caribbean Green. HEX triplet: 00, C8 and 82. RGB value is (0,200,130). Sum of RGB (Red+Green+Blue) = 0+200+130=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #00C882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C882 is #FF377D. Grayscale: #848484. Windows color (decimal): -16725886 or 8570880. OLE color: 8570880.
HSL color Cylindrical-coordinate representation of color #00C882: hue angle of 159º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C882 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 200 | 130 | - |
| CMYK | 1 | 0 | 0.35 | 0.22 |
| HSL | 159º | 1% | 0.39% | - |
| HSV(B) | 159º | 1% | 0.78% | - |
| XYZ | 24.68 | 42.92 | 28.1 | - |
| YUV | 132.22 | 126.74 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 130 | 1 | 0 | 0.35 | 0.22 | 159 | 1 | 0.39 |
| Hex | 0 | C8 | 82 | 64 | 0 | 23 | 16 | 9F | 64 | 27 |
| Octal | 0 | 310 | 202 | 144 | 0 | 43 | 26 | 237 | 144 | 47 |
| Binary | 0 | 11001000 | 10000010 | 1100100 | 0 | 100011 | 10110 | 10011111 | 1100100 | 100111 |
Color Harmonies of #00C882
Complementary color
Monochromatic Colors of #00C882
Black with #00C882
Text Example
Text Example
White with #00C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C882; }
p { color: rgb(0,200,130); }
H1.HeaderClassName
{
color: #00C882;
}
.AnyTagClassName
{
color: #00C882;
}
</style>
background-color css
<style>
a { background-color: #00C882; }
a { background-color: rgb(0,200,130); }
div.DivClassName
{
background-color: #00C882;
}
.BgClassName
{
background-color: #00C882;
}
</style>
border-color css
<style>
span { border-color: #00C882; }
span { border-color: rgb(0,200,130); }
td.TdClassName
{
border-color: #00C882;
}
.TagClassName
{
border-color: #00C882;
}
</style>