Shades of Caribbean Green #02C393
Tints of Caribbean Green #02C393
RGB
CMYK
RGB Variations
Color information
#02C393 (or 0x02C393) is known color: Caribbean Green. HEX triplet: 02, C3 and 93. RGB value is (2,195,147). Sum of RGB (Red+Green+Blue) = 2+195+147=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #02C393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C393 is #FD3C6C. Grayscale: #838383. Windows color (decimal): -16596077 or 9683714. OLE color: 9683714.
HSL color Cylindrical-coordinate representation of color #02C393: hue angle of 165.08º 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 #02C393 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 147 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.24 |
| HSL | 165.08º | 0.98% | 0.39% | - |
| HSV(B) | 165.08º | 0.99% | 0.76% | - |
| XYZ | 24.81 | 41.15 | 34.24 | - |
| YUV | 131.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 147 | 0.99 | 0 | 0.25 | 0.24 | 165.08 | 0.98 | 0.39 |
| Hex | 2 | C3 | 93 | 63 | 0 | 19 | 18 | A5 | 62 | 27 |
| Octal | 2 | 303 | 223 | 143 | 0 | 31 | 30 | 245 | 142 | 47 |
| Binary | 10 | 11000011 | 10010011 | 1100011 | 0 | 11001 | 11000 | 10100101 | 1100010 | 100111 |
Color Harmonies of #02C393
Complementary color
Monochromatic Colors of #02C393
Black with #02C393
Text Example
Text Example
White with #02C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C393; }
p { color: rgb(2,195,147); }
H1.HeaderClassName
{
color: #02C393;
}
.AnyTagClassName
{
color: #02C393;
}
</style>
background-color css
<style>
a { background-color: #02C393; }
a { background-color: rgb(2,195,147); }
div.DivClassName
{
background-color: #02C393;
}
.BgClassName
{
background-color: #02C393;
}
</style>
border-color css
<style>
span { border-color: #02C393; }
span { border-color: rgb(2,195,147); }
td.TdClassName
{
border-color: #02C393;
}
.TagClassName
{
border-color: #02C393;
}
</style>