Shades of Caribbean Green #02C0AD
Tints of Caribbean Green #02C0AD
RGB
CMYK
RGB Variations
Color information
#02C0AD (or 0x02C0AD) is known color: Caribbean Green. HEX triplet: 02, C0 and AD. RGB value is (2,192,173). Sum of RGB (Red+Green+Blue) = 2+192+173=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C0AD is #FD3F52. Grayscale: #848484. Windows color (decimal): -16596819 or 11386882. OLE color: 11386882.
HSL color Cylindrical-coordinate representation of color #02C0AD: hue angle of 174º 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 #02C0AD is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 173 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.25 |
| HSL | 174º | 0.98% | 0.38% | - |
| HSV(B) | 174º | 0.99% | 0.75% | - |
| XYZ | 26.42 | 40.73 | 46 | - |
| YUV | 133.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 173 | 0.99 | 0 | 0.10 | 0.25 | 174 | 0.98 | 0.38 |
| Hex | 2 | C0 | AD | 63 | 0 | A | 19 | AE | 62 | 26 |
| Octal | 2 | 300 | 255 | 143 | 0 | 12 | 31 | 256 | 142 | 46 |
| Binary | 10 | 11000000 | 10101101 | 1100011 | 0 | 1010 | 11001 | 10101110 | 1100010 | 100110 |
Color Harmonies of #02C0AD
Complementary color
Monochromatic Colors of #02C0AD
Black with #02C0AD
Text Example
Text Example
White with #02C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0AD; }
p { color: rgb(2,192,173); }
H1.HeaderClassName
{
color: #02C0AD;
}
.AnyTagClassName
{
color: #02C0AD;
}
</style>
background-color css
<style>
a { background-color: #02C0AD; }
a { background-color: rgb(2,192,173); }
div.DivClassName
{
background-color: #02C0AD;
}
.BgClassName
{
background-color: #02C0AD;
}
</style>
border-color css
<style>
span { border-color: #02C0AD; }
span { border-color: rgb(2,192,173); }
td.TdClassName
{
border-color: #02C0AD;
}
.TagClassName
{
border-color: #02C0AD;
}
</style>