Shades of Caribbean Green #02B99A
Tints of Caribbean Green #02B99A
RGB
CMYK
RGB Variations
Color information
#02B99A (or 0x02B99A) is known color: Caribbean Green. HEX triplet: 02, B9 and 9A. RGB value is (2,185,154). Sum of RGB (Red+Green+Blue) = 2+185+154=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #02B99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B99A is #FD4665. Grayscale: #7E7E7E. Windows color (decimal): -16598630 or 10139906. OLE color: 10139906.
HSL color Cylindrical-coordinate representation of color #02B99A: hue angle of 169.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B99A is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 154 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.27 |
| HSL | 169.84º | 0.98% | 0.37% | - |
| HSV(B) | 169.84º | 0.99% | 0.73% | - |
| XYZ | 23.21 | 37.04 | 36.5 | - |
| YUV | 126.75 | 143.37 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 154 | 0.99 | 0 | 0.17 | 0.27 | 169.84 | 0.98 | 0.37 |
| Hex | 2 | B9 | 9A | 63 | 0 | 11 | 1B | AA | 62 | 25 |
| Octal | 2 | 271 | 232 | 143 | 0 | 21 | 33 | 252 | 142 | 45 |
| Binary | 10 | 10111001 | 10011010 | 1100011 | 0 | 10001 | 11011 | 10101010 | 1100010 | 100101 |
Color Harmonies of #02B99A
Complementary color
Monochromatic Colors of #02B99A
Black with #02B99A
Text Example
Text Example
White with #02B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B99A; }
p { color: rgb(2,185,154); }
H1.HeaderClassName
{
color: #02B99A;
}
.AnyTagClassName
{
color: #02B99A;
}
</style>
background-color css
<style>
a { background-color: #02B99A; }
a { background-color: rgb(2,185,154); }
div.DivClassName
{
background-color: #02B99A;
}
.BgClassName
{
background-color: #02B99A;
}
</style>
border-color css
<style>
span { border-color: #02B99A; }
span { border-color: rgb(2,185,154); }
td.TdClassName
{
border-color: #02B99A;
}
.TagClassName
{
border-color: #02B99A;
}
</style>