Shades of Caribbean Green #02CE9A
Tints of Caribbean Green #02CE9A
RGB
CMYK
RGB Variations
Color information
#02CE9A (or 0x02CE9A) is known color: Caribbean Green. HEX triplet: 02, CE and 9A. RGB value is (2,206,154). Sum of RGB (Red+Green+Blue) = 2+206+154=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE9A is #FD3165. Grayscale: #8B8B8B. Windows color (decimal): -16593254 or 10145282. OLE color: 10145282.
HSL color Cylindrical-coordinate representation of color #02CE9A: hue angle of 164.71º 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 #02CE9A is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 154 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.19 |
| HSL | 164.71º | 0.98% | 0.41% | - |
| HSV(B) | 164.71º | 0.99% | 0.81% | - |
| XYZ | 27.93 | 46.49 | 38.07 | - |
| YUV | 139.08 | 136.41 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 154 | 0.99 | 0 | 0.25 | 0.19 | 164.71 | 0.98 | 0.41 |
| Hex | 2 | CE | 9A | 63 | 0 | 19 | 13 | A5 | 62 | 29 |
| Octal | 2 | 316 | 232 | 143 | 0 | 31 | 23 | 245 | 142 | 51 |
| Binary | 10 | 11001110 | 10011010 | 1100011 | 0 | 11001 | 10011 | 10100101 | 1100010 | 101001 |
Color Harmonies of #02CE9A
Complementary color
Monochromatic Colors of #02CE9A
Black with #02CE9A
Text Example
Text Example
White with #02CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE9A; }
p { color: rgb(2,206,154); }
H1.HeaderClassName
{
color: #02CE9A;
}
.AnyTagClassName
{
color: #02CE9A;
}
</style>
background-color css
<style>
a { background-color: #02CE9A; }
a { background-color: rgb(2,206,154); }
div.DivClassName
{
background-color: #02CE9A;
}
.BgClassName
{
background-color: #02CE9A;
}
</style>
border-color css
<style>
span { border-color: #02CE9A; }
span { border-color: rgb(2,206,154); }
td.TdClassName
{
border-color: #02CE9A;
}
.TagClassName
{
border-color: #02CE9A;
}
</style>