Shades of Caribbean Green #00C084
Tints of Caribbean Green #00C084
RGB
CMYK
RGB Variations
Color information
#00C084 (or 0x00C084) is known color: Caribbean Green. HEX triplet: 00, C0 and 84. RGB value is (0,192,132). Sum of RGB (Red+Green+Blue) = 0+192+132=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #00C084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C084 is #FF3F7B. Grayscale: #7F7F7F. Windows color (decimal): -16727932 or 8699904. OLE color: 8699904.
HSL color Cylindrical-coordinate representation of color #00C084: hue angle of 161.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C084 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 132 | - |
| CMYK | 1 | 0 | 0.31 | 0.25 |
| HSL | 161.25º | 1% | 0.38% | - |
| HSV(B) | 161.25º | 1% | 0.75% | - |
| XYZ | 23.01 | 39.37 | 28.22 | - |
| YUV | 127.75 | 130.39 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 132 | 1 | 0 | 0.31 | 0.25 | 161.25 | 1 | 0.38 |
| Hex | 0 | C0 | 84 | 64 | 0 | 1F | 19 | A1 | 64 | 26 |
| Octal | 0 | 300 | 204 | 144 | 0 | 37 | 31 | 241 | 144 | 46 |
| Binary | 0 | 11000000 | 10000100 | 1100100 | 0 | 11111 | 11001 | 10100001 | 1100100 | 100110 |
Color Harmonies of #00C084
Complementary color
Monochromatic Colors of #00C084
Black with #00C084
Text Example
Text Example
White with #00C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C084; }
p { color: rgb(0,192,132); }
H1.HeaderClassName
{
color: #00C084;
}
.AnyTagClassName
{
color: #00C084;
}
</style>
background-color css
<style>
a { background-color: #00C084; }
a { background-color: rgb(0,192,132); }
div.DivClassName
{
background-color: #00C084;
}
.BgClassName
{
background-color: #00C084;
}
</style>
border-color css
<style>
span { border-color: #00C084; }
span { border-color: rgb(0,192,132); }
td.TdClassName
{
border-color: #00C084;
}
.TagClassName
{
border-color: #00C084;
}
</style>