Shades of Caribbean Green #00C582
Tints of Caribbean Green #00C582
RGB
CMYK
RGB Variations
Color information
#00C582 (or 0x00C582) is known color: Caribbean Green. HEX triplet: 00, C5 and 82. RGB value is (0,197,130). Sum of RGB (Red+Green+Blue) = 0+197+130=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #00C582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C582 is #FF3A7D. Grayscale: #828282. Windows color (decimal): -16726654 or 8570112. OLE color: 8570112.
HSL color Cylindrical-coordinate representation of color #00C582: hue angle of 159.59º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C582 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 130 | - |
| CMYK | 1 | 0 | 0.34 | 0.23 |
| HSL | 159.59º | 1% | 0.39% | - |
| HSV(B) | 159.59º | 1% | 0.77% | - |
| XYZ | 24 | 41.54 | 27.87 | - |
| YUV | 130.46 | 127.73 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 130 | 1 | 0 | 0.34 | 0.23 | 159.59 | 1 | 0.39 |
| Hex | 0 | C5 | 82 | 64 | 0 | 22 | 17 | A0 | 64 | 27 |
| Octal | 0 | 305 | 202 | 144 | 0 | 42 | 27 | 240 | 144 | 47 |
| Binary | 0 | 11000101 | 10000010 | 1100100 | 0 | 100010 | 10111 | 10100000 | 1100100 | 100111 |
Color Harmonies of #00C582
Complementary color
Monochromatic Colors of #00C582
Black with #00C582
Text Example
Text Example
White with #00C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C582; }
p { color: rgb(0,197,130); }
H1.HeaderClassName
{
color: #00C582;
}
.AnyTagClassName
{
color: #00C582;
}
</style>
background-color css
<style>
a { background-color: #00C582; }
a { background-color: rgb(0,197,130); }
div.DivClassName
{
background-color: #00C582;
}
.BgClassName
{
background-color: #00C582;
}
</style>
border-color css
<style>
span { border-color: #00C582; }
span { border-color: rgb(0,197,130); }
td.TdClassName
{
border-color: #00C582;
}
.TagClassName
{
border-color: #00C582;
}
</style>