Shades of Caribbean Green #02CE8F
Tints of Caribbean Green #02CE8F
RGB
CMYK
RGB Variations
Color information
#02CE8F (or 0x02CE8F) is known color: Caribbean Green. HEX triplet: 02, CE and 8F. RGB value is (2,206,143). Sum of RGB (Red+Green+Blue) = 2+206+143=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE8F is #FD3170. Grayscale: #898989. Windows color (decimal): -16593265 or 9424386. OLE color: 9424386.
HSL color Cylindrical-coordinate representation of color #02CE8F: hue angle of 161.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE8F is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 143 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.19 |
| HSL | 161.47º | 0.98% | 0.41% | - |
| HSV(B) | 161.47º | 0.99% | 0.81% | - |
| XYZ | 27.05 | 46.14 | 33.47 | - |
| YUV | 137.82 | 130.91 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 143 | 0.99 | 0 | 0.31 | 0.19 | 161.47 | 0.98 | 0.41 |
| Hex | 2 | CE | 8F | 63 | 0 | 1F | 13 | A1 | 62 | 29 |
| Octal | 2 | 316 | 217 | 143 | 0 | 37 | 23 | 241 | 142 | 51 |
| Binary | 10 | 11001110 | 10001111 | 1100011 | 0 | 11111 | 10011 | 10100001 | 1100010 | 101001 |
Color Harmonies of #02CE8F
Complementary color
Monochromatic Colors of #02CE8F
Black with #02CE8F
Text Example
Text Example
White with #02CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE8F; }
p { color: rgb(2,206,143); }
H1.HeaderClassName
{
color: #02CE8F;
}
.AnyTagClassName
{
color: #02CE8F;
}
</style>
background-color css
<style>
a { background-color: #02CE8F; }
a { background-color: rgb(2,206,143); }
div.DivClassName
{
background-color: #02CE8F;
}
.BgClassName
{
background-color: #02CE8F;
}
</style>
border-color css
<style>
span { border-color: #02CE8F; }
span { border-color: rgb(2,206,143); }
td.TdClassName
{
border-color: #02CE8F;
}
.TagClassName
{
border-color: #02CE8F;
}
</style>