Shades of Caribbean Green #02C38B
Tints of Caribbean Green #02C38B
RGB
CMYK
RGB Variations
Color information
#02C38B (or 0x02C38B) is known color: Caribbean Green. HEX triplet: 02, C3 and 8B. RGB value is (2,195,139). Sum of RGB (Red+Green+Blue) = 2+195+139=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #02C38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C38B is #FD3C74. Grayscale: #828282. Windows color (decimal): -16596085 or 9159426. OLE color: 9159426.
HSL color Cylindrical-coordinate representation of color #02C38B: hue angle of 162.59º 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 #02C38B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 139 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.24 |
| HSL | 162.59º | 0.98% | 0.39% | - |
| HSV(B) | 162.59º | 0.99% | 0.76% | - |
| XYZ | 24.2 | 40.91 | 31.05 | - |
| YUV | 130.91 | 132.56 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 139 | 0.99 | 0 | 0.29 | 0.24 | 162.59 | 0.98 | 0.39 |
| Hex | 2 | C3 | 8B | 63 | 0 | 1D | 18 | A3 | 62 | 27 |
| Octal | 2 | 303 | 213 | 143 | 0 | 35 | 30 | 243 | 142 | 47 |
| Binary | 10 | 11000011 | 10001011 | 1100011 | 0 | 11101 | 11000 | 10100011 | 1100010 | 100111 |
Color Harmonies of #02C38B
Complementary color
Monochromatic Colors of #02C38B
Black with #02C38B
Text Example
Text Example
White with #02C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C38B; }
p { color: rgb(2,195,139); }
H1.HeaderClassName
{
color: #02C38B;
}
.AnyTagClassName
{
color: #02C38B;
}
</style>
background-color css
<style>
a { background-color: #02C38B; }
a { background-color: rgb(2,195,139); }
div.DivClassName
{
background-color: #02C38B;
}
.BgClassName
{
background-color: #02C38B;
}
</style>
border-color css
<style>
span { border-color: #02C38B; }
span { border-color: rgb(2,195,139); }
td.TdClassName
{
border-color: #02C38B;
}
.TagClassName
{
border-color: #02C38B;
}
</style>