Shades of Caribbean Green #02D194
Tints of Caribbean Green #02D194
RGB
CMYK
RGB Variations
Color information
#02D194 (or 0x02D194) is known color: Caribbean Green. HEX triplet: 02, D1 and 94. RGB value is (2,209,148). Sum of RGB (Red+Green+Blue) = 2+209+148=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #02D194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D194 is #FD2E6B. Grayscale: #8C8C8C. Windows color (decimal): -16592492 or 9752834. OLE color: 9752834.
HSL color Cylindrical-coordinate representation of color #02D194: hue angle of 162.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D194 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 148 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.18 |
| HSL | 162.32º | 0.98% | 0.41% | - |
| HSV(B) | 162.32º | 0.99% | 0.82% | - |
| XYZ | 28.17 | 47.75 | 35.75 | - |
| YUV | 140.15 | 132.42 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 148 | 0.99 | 0 | 0.29 | 0.18 | 162.32 | 0.98 | 0.41 |
| Hex | 2 | D1 | 94 | 63 | 0 | 1D | 12 | A2 | 62 | 29 |
| Octal | 2 | 321 | 224 | 143 | 0 | 35 | 22 | 242 | 142 | 51 |
| Binary | 10 | 11010001 | 10010100 | 1100011 | 0 | 11101 | 10010 | 10100010 | 1100010 | 101001 |
Color Harmonies of #02D194
Complementary color
Monochromatic Colors of #02D194
Black with #02D194
Text Example
Text Example
White with #02D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D194; }
p { color: rgb(2,209,148); }
H1.HeaderClassName
{
color: #02D194;
}
.AnyTagClassName
{
color: #02D194;
}
</style>
background-color css
<style>
a { background-color: #02D194; }
a { background-color: rgb(2,209,148); }
div.DivClassName
{
background-color: #02D194;
}
.BgClassName
{
background-color: #02D194;
}
</style>
border-color css
<style>
span { border-color: #02D194; }
span { border-color: rgb(2,209,148); }
td.TdClassName
{
border-color: #02D194;
}
.TagClassName
{
border-color: #02D194;
}
</style>