Shades of Caribbean Green #00C081
Tints of Caribbean Green #00C081
RGB
CMYK
RGB Variations
Color information
#00C081 (or 0x00C081) is known color: Caribbean Green. HEX triplet: 00, C0 and 81. RGB value is (0,192,129). Sum of RGB (Red+Green+Blue) = 0+192+129=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #00C081 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C081 is #FF3F7E. Grayscale: #7F7F7F. Windows color (decimal): -16727935 or 8503296. OLE color: 8503296.
HSL color Cylindrical-coordinate representation of color #00C081: hue angle of 160.31º 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 #00C081 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 129 | - |
| CMYK | 1 | 0 | 0.33 | 0.25 |
| HSL | 160.31º | 1% | 0.38% | - |
| HSV(B) | 160.31º | 1% | 0.75% | - |
| XYZ | 22.81 | 39.28 | 27.15 | - |
| YUV | 127.41 | 128.89 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 129 | 1 | 0 | 0.33 | 0.25 | 160.31 | 1 | 0.38 |
| Hex | 0 | C0 | 81 | 64 | 0 | 21 | 19 | A0 | 64 | 26 |
| Octal | 0 | 300 | 201 | 144 | 0 | 41 | 31 | 240 | 144 | 46 |
| Binary | 0 | 11000000 | 10000001 | 1100100 | 0 | 100001 | 11001 | 10100000 | 1100100 | 100110 |
Color Harmonies of #00C081
Complementary color
Monochromatic Colors of #00C081
Black with #00C081
Text Example
Text Example
White with #00C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C081; }
p { color: rgb(0,192,129); }
H1.HeaderClassName
{
color: #00C081;
}
.AnyTagClassName
{
color: #00C081;
}
</style>
background-color css
<style>
a { background-color: #00C081; }
a { background-color: rgb(0,192,129); }
div.DivClassName
{
background-color: #00C081;
}
.BgClassName
{
background-color: #00C081;
}
</style>
border-color css
<style>
span { border-color: #00C081; }
span { border-color: rgb(0,192,129); }
td.TdClassName
{
border-color: #00C081;
}
.TagClassName
{
border-color: #00C081;
}
</style>