Shades of Caribbean Green #02BEA2
Tints of Caribbean Green #02BEA2
RGB
CMYK
RGB Variations
Color information
#02BEA2 (or 0x02BEA2) is known color: Caribbean Green. HEX triplet: 02, BE and A2. RGB value is (2,190,162). Sum of RGB (Red+Green+Blue) = 2+190+162=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #02BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BEA2 is #FD415D. Grayscale: #828282. Windows color (decimal): -16597342 or 10665474. OLE color: 10665474.
HSL color Cylindrical-coordinate representation of color #02BEA2: hue angle of 171.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BEA2 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 190 | 162 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.25 |
| HSL | 171.06º | 0.98% | 0.38% | - |
| HSV(B) | 171.06º | 0.99% | 0.75% | - |
| XYZ | 24.96 | 39.45 | 40.48 | - |
| YUV | 130.6 | 145.72 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 162 | 0.99 | 0 | 0.15 | 0.25 | 171.06 | 0.98 | 0.38 |
| Hex | 2 | BE | A2 | 63 | 0 | F | 19 | AB | 62 | 26 |
| Octal | 2 | 276 | 242 | 143 | 0 | 17 | 31 | 253 | 142 | 46 |
| Binary | 10 | 10111110 | 10100010 | 1100011 | 0 | 1111 | 11001 | 10101011 | 1100010 | 100110 |
Color Harmonies of #02BEA2
Complementary color
Monochromatic Colors of #02BEA2
Black with #02BEA2
Text Example
Text Example
White with #02BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BEA2; }
p { color: rgb(2,190,162); }
H1.HeaderClassName
{
color: #02BEA2;
}
.AnyTagClassName
{
color: #02BEA2;
}
</style>
background-color css
<style>
a { background-color: #02BEA2; }
a { background-color: rgb(2,190,162); }
div.DivClassName
{
background-color: #02BEA2;
}
.BgClassName
{
background-color: #02BEA2;
}
</style>
border-color css
<style>
span { border-color: #02BEA2; }
span { border-color: rgb(2,190,162); }
td.TdClassName
{
border-color: #02BEA2;
}
.TagClassName
{
border-color: #02BEA2;
}
</style>