Shades of Caribbean Green #02C185
Tints of Caribbean Green #02C185
RGB
CMYK
RGB Variations
Color information
#02C185 (or 0x02C185) is known color: Caribbean Green. HEX triplet: 02, C1 and 85. RGB value is (2,193,133). Sum of RGB (Red+Green+Blue) = 2+193+133=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #02C185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C185 is #FD3E7A. Grayscale: #818181. Windows color (decimal): -16596603 or 8765698. OLE color: 8765698.
HSL color Cylindrical-coordinate representation of color #02C185: hue angle of 161.15º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C185 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 133 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.24 |
| HSL | 161.15º | 0.98% | 0.38% | - |
| HSV(B) | 161.15º | 0.99% | 0.76% | - |
| XYZ | 23.33 | 39.85 | 28.65 | - |
| YUV | 129.05 | 130.22 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 133 | 0.99 | 0 | 0.31 | 0.24 | 161.15 | 0.98 | 0.38 |
| Hex | 2 | C1 | 85 | 63 | 0 | 1F | 18 | A1 | 62 | 26 |
| Octal | 2 | 301 | 205 | 143 | 0 | 37 | 30 | 241 | 142 | 46 |
| Binary | 10 | 11000001 | 10000101 | 1100011 | 0 | 11111 | 11000 | 10100001 | 1100010 | 100110 |
Color Harmonies of #02C185
Complementary color
Monochromatic Colors of #02C185
Black with #02C185
Text Example
Text Example
White with #02C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C185; }
p { color: rgb(2,193,133); }
H1.HeaderClassName
{
color: #02C185;
}
.AnyTagClassName
{
color: #02C185;
}
</style>
background-color css
<style>
a { background-color: #02C185; }
a { background-color: rgb(2,193,133); }
div.DivClassName
{
background-color: #02C185;
}
.BgClassName
{
background-color: #02C185;
}
</style>
border-color css
<style>
span { border-color: #02C185; }
span { border-color: rgb(2,193,133); }
td.TdClassName
{
border-color: #02C185;
}
.TagClassName
{
border-color: #02C185;
}
</style>