Shades of Caribbean Green #02CFB2
Tints of Caribbean Green #02CFB2
RGB
CMYK
RGB Variations
Color information
#02CFB2 (or 0x02CFB2) is known color: Caribbean Green. HEX triplet: 02, CF and B2. RGB value is (2,207,178). Sum of RGB (Red+Green+Blue) = 2+207+178=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CFB2 is #FD304D. Grayscale: #8E8E8E. Windows color (decimal): -16592974 or 11718402. OLE color: 11718402.
HSL color Cylindrical-coordinate representation of color #02CFB2: hue angle of 171.51º 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 #02CFB2 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 178 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.19 |
| HSL | 171.51º | 0.98% | 0.41% | - |
| HSV(B) | 171.51º | 0.99% | 0.81% | - |
| XYZ | 30.37 | 47.85 | 49.76 | - |
| YUV | 142.4 | 148.08 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 178 | 0.99 | 0 | 0.14 | 0.19 | 171.51 | 0.98 | 0.41 |
| Hex | 2 | CF | B2 | 63 | 0 | E | 13 | AC | 62 | 29 |
| Octal | 2 | 317 | 262 | 143 | 0 | 16 | 23 | 254 | 142 | 51 |
| Binary | 10 | 11001111 | 10110010 | 1100011 | 0 | 1110 | 10011 | 10101100 | 1100010 | 101001 |
Color Harmonies of #02CFB2
Complementary color
Monochromatic Colors of #02CFB2
Black with #02CFB2
Text Example
Text Example
White with #02CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFB2; }
p { color: rgb(2,207,178); }
H1.HeaderClassName
{
color: #02CFB2;
}
.AnyTagClassName
{
color: #02CFB2;
}
</style>
background-color css
<style>
a { background-color: #02CFB2; }
a { background-color: rgb(2,207,178); }
div.DivClassName
{
background-color: #02CFB2;
}
.BgClassName
{
background-color: #02CFB2;
}
</style>
border-color css
<style>
span { border-color: #02CFB2; }
span { border-color: rgb(2,207,178); }
td.TdClassName
{
border-color: #02CFB2;
}
.TagClassName
{
border-color: #02CFB2;
}
</style>