Shades of Caribbean Green #00CB82
Tints of Caribbean Green #00CB82
RGB
CMYK
RGB Variations
Color information
#00CB82 (or 0x00CB82) is known color: Caribbean Green. HEX triplet: 00, CB and 82. RGB value is (0,203,130). Sum of RGB (Red+Green+Blue) = 0+203+130=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CB82 is #FF347D. Grayscale: #868686. Windows color (decimal): -16725118 or 8571648. OLE color: 8571648.
HSL color Cylindrical-coordinate representation of color #00CB82: hue angle of 158.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB82 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 130 | - |
| CMYK | 1 | 0 | 0.36 | 0.20 |
| HSL | 158.42º | 1% | 0.4% | - |
| HSV(B) | 158.42º | 1% | 0.8% | - |
| XYZ | 25.39 | 44.32 | 28.34 | - |
| YUV | 133.98 | 125.75 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 130 | 1 | 0 | 0.36 | 0.20 | 158.42 | 1 | 0.4 |
| Hex | 0 | CB | 82 | 64 | 0 | 24 | 14 | 9E | 64 | 28 |
| Octal | 0 | 313 | 202 | 144 | 0 | 44 | 24 | 236 | 144 | 50 |
| Binary | 0 | 11001011 | 10000010 | 1100100 | 0 | 100100 | 10100 | 10011110 | 1100100 | 101000 |
Color Harmonies of #00CB82
Complementary color
Monochromatic Colors of #00CB82
Black with #00CB82
Text Example
Text Example
White with #00CB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB82; }
p { color: rgb(0,203,130); }
H1.HeaderClassName
{
color: #00CB82;
}
.AnyTagClassName
{
color: #00CB82;
}
</style>
background-color css
<style>
a { background-color: #00CB82; }
a { background-color: rgb(0,203,130); }
div.DivClassName
{
background-color: #00CB82;
}
.BgClassName
{
background-color: #00CB82;
}
</style>
border-color css
<style>
span { border-color: #00CB82; }
span { border-color: rgb(0,203,130); }
td.TdClassName
{
border-color: #00CB82;
}
.TagClassName
{
border-color: #00CB82;
}
</style>