Shades of Caribbean Green #02C0AC
Tints of Caribbean Green #02C0AC
RGB
CMYK
RGB Variations
Color information
#02C0AC (or 0x02C0AC) is known color: Caribbean Green. HEX triplet: 02, C0 and AC. RGB value is (2,192,172). Sum of RGB (Red+Green+Blue) = 2+192+172=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C0AC is #FD3F53. Grayscale: #848484. Windows color (decimal): -16596820 or 11321346. OLE color: 11321346.
HSL color Cylindrical-coordinate representation of color #02C0AC: hue angle of 173.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0AC is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 172 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.25 |
| HSL | 173.68º | 0.98% | 0.38% | - |
| HSV(B) | 173.68º | 0.99% | 0.75% | - |
| XYZ | 26.32 | 40.69 | 45.5 | - |
| YUV | 132.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 172 | 0.99 | 0 | 0.10 | 0.25 | 173.68 | 0.98 | 0.38 |
| Hex | 2 | C0 | AC | 63 | 0 | A | 19 | AE | 62 | 26 |
| Octal | 2 | 300 | 254 | 143 | 0 | 12 | 31 | 256 | 142 | 46 |
| Binary | 10 | 11000000 | 10101100 | 1100011 | 0 | 1010 | 11001 | 10101110 | 1100010 | 100110 |
Color Harmonies of #02C0AC
Complementary color
Monochromatic Colors of #02C0AC
Black with #02C0AC
Text Example
Text Example
White with #02C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0AC; }
p { color: rgb(2,192,172); }
H1.HeaderClassName
{
color: #02C0AC;
}
.AnyTagClassName
{
color: #02C0AC;
}
</style>
background-color css
<style>
a { background-color: #02C0AC; }
a { background-color: rgb(2,192,172); }
div.DivClassName
{
background-color: #02C0AC;
}
.BgClassName
{
background-color: #02C0AC;
}
</style>
border-color css
<style>
span { border-color: #02C0AC; }
span { border-color: rgb(2,192,172); }
td.TdClassName
{
border-color: #02C0AC;
}
.TagClassName
{
border-color: #02C0AC;
}
</style>