Shades of Caribbean Green #02C094
Tints of Caribbean Green #02C094
RGB
CMYK
RGB Variations
Color information
#02C094 (or 0x02C094) is known color: Caribbean Green. HEX triplet: 02, C0 and 94. RGB value is (2,192,148). Sum of RGB (Red+Green+Blue) = 2+192+148=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #02C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C094 is #FD3F6B. Grayscale: #828282. Windows color (decimal): -16596844 or 9748482. OLE color: 9748482.
HSL color Cylindrical-coordinate representation of color #02C094: hue angle of 166.11º 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 #02C094 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 148 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.25 |
| HSL | 166.11º | 0.98% | 0.38% | - |
| HSV(B) | 166.11º | 0.99% | 0.75% | - |
| XYZ | 24.22 | 39.85 | 34.43 | - |
| YUV | 130.17 | 138.05 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 148 | 0.99 | 0 | 0.23 | 0.25 | 166.11 | 0.98 | 0.38 |
| Hex | 2 | C0 | 94 | 63 | 0 | 17 | 19 | A6 | 62 | 26 |
| Octal | 2 | 300 | 224 | 143 | 0 | 27 | 31 | 246 | 142 | 46 |
| Binary | 10 | 11000000 | 10010100 | 1100011 | 0 | 10111 | 11001 | 10100110 | 1100010 | 100110 |
Color Harmonies of #02C094
Complementary color
Monochromatic Colors of #02C094
Black with #02C094
Text Example
Text Example
White with #02C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C094; }
p { color: rgb(2,192,148); }
H1.HeaderClassName
{
color: #02C094;
}
.AnyTagClassName
{
color: #02C094;
}
</style>
background-color css
<style>
a { background-color: #02C094; }
a { background-color: rgb(2,192,148); }
div.DivClassName
{
background-color: #02C094;
}
.BgClassName
{
background-color: #02C094;
}
</style>
border-color css
<style>
span { border-color: #02C094; }
span { border-color: rgb(2,192,148); }
td.TdClassName
{
border-color: #02C094;
}
.TagClassName
{
border-color: #02C094;
}
</style>