Shades of Caribbean Green #02C384
Tints of Caribbean Green #02C384
RGB
CMYK
RGB Variations
Color information
#02C384 (or 0x02C384) is known color: Caribbean Green. HEX triplet: 02, C3 and 84. RGB value is (2,195,132). Sum of RGB (Red+Green+Blue) = 2+195+132=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #02C384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C384 is #FD3C7B. Grayscale: #828282. Windows color (decimal): -16596092 or 8700674. OLE color: 8700674.
HSL color Cylindrical-coordinate representation of color #02C384: hue angle of 160.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C384 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 132 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.24 |
| HSL | 160.41º | 0.98% | 0.39% | - |
| HSV(B) | 160.41º | 0.99% | 0.76% | - |
| XYZ | 23.71 | 40.71 | 28.44 | - |
| YUV | 130.11 | 129.06 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 132 | 0.99 | 0 | 0.32 | 0.24 | 160.41 | 0.98 | 0.39 |
| Hex | 2 | C3 | 84 | 63 | 0 | 20 | 18 | A0 | 62 | 27 |
| Octal | 2 | 303 | 204 | 143 | 0 | 40 | 30 | 240 | 142 | 47 |
| Binary | 10 | 11000011 | 10000100 | 1100011 | 0 | 100000 | 11000 | 10100000 | 1100010 | 100111 |
Color Harmonies of #02C384
Complementary color
Monochromatic Colors of #02C384
Black with #02C384
Text Example
Text Example
White with #02C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C384; }
p { color: rgb(2,195,132); }
H1.HeaderClassName
{
color: #02C384;
}
.AnyTagClassName
{
color: #02C384;
}
</style>
background-color css
<style>
a { background-color: #02C384; }
a { background-color: rgb(2,195,132); }
div.DivClassName
{
background-color: #02C384;
}
.BgClassName
{
background-color: #02C384;
}
</style>
border-color css
<style>
span { border-color: #02C384; }
span { border-color: rgb(2,195,132); }
td.TdClassName
{
border-color: #02C384;
}
.TagClassName
{
border-color: #02C384;
}
</style>