Shades of Caribbean Green #02C182
Tints of Caribbean Green #02C182
RGB
CMYK
RGB Variations
Color information
#02C182 (or 0x02C182) is known color: Caribbean Green. HEX triplet: 02, C1 and 82. RGB value is (2,193,130). Sum of RGB (Red+Green+Blue) = 2+193+130=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #02C182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C182 is #FD3E7D. Grayscale: #808080. Windows color (decimal): -16596606 or 8569090. OLE color: 8569090.
HSL color Cylindrical-coordinate representation of color #02C182: hue angle of 160.21º 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 #02C182 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 130 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.24 |
| HSL | 160.21º | 0.98% | 0.38% | - |
| HSV(B) | 160.21º | 0.99% | 0.76% | - |
| XYZ | 23.12 | 39.76 | 27.58 | - |
| YUV | 128.71 | 128.72 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 130 | 0.99 | 0 | 0.33 | 0.24 | 160.21 | 0.98 | 0.38 |
| Hex | 2 | C1 | 82 | 63 | 0 | 21 | 18 | A0 | 62 | 26 |
| Octal | 2 | 301 | 202 | 143 | 0 | 41 | 30 | 240 | 142 | 46 |
| Binary | 10 | 11000001 | 10000010 | 1100011 | 0 | 100001 | 11000 | 10100000 | 1100010 | 100110 |
Color Harmonies of #02C182
Complementary color
Monochromatic Colors of #02C182
Black with #02C182
Text Example
Text Example
White with #02C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C182; }
p { color: rgb(2,193,130); }
H1.HeaderClassName
{
color: #02C182;
}
.AnyTagClassName
{
color: #02C182;
}
</style>
background-color css
<style>
a { background-color: #02C182; }
a { background-color: rgb(2,193,130); }
div.DivClassName
{
background-color: #02C182;
}
.BgClassName
{
background-color: #02C182;
}
</style>
border-color css
<style>
span { border-color: #02C182; }
span { border-color: rgb(2,193,130); }
td.TdClassName
{
border-color: #02C182;
}
.TagClassName
{
border-color: #02C182;
}
</style>