Shades of Caribbean Green #00C97A
Tints of Caribbean Green #00C97A
RGB
CMYK
RGB Variations
Color information
#00C97A (or 0x00C97A) is known color: Caribbean Green. HEX triplet: 00, C9 and 7A. RGB value is (0,201,122). Sum of RGB (Red+Green+Blue) = 0+201+122=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #00C97A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C97A is #FF3685. Grayscale: #848484. Windows color (decimal): -16725638 or 8046848. OLE color: 8046848.
HSL color Cylindrical-coordinate representation of color #00C97A: hue angle of 156.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C97A is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 122 | - |
| CMYK | 1 | 0 | 0.39 | 0.21 |
| HSL | 156.42º | 1% | 0.39% | - |
| HSV(B) | 156.42º | 1% | 0.79% | - |
| XYZ | 24.4 | 43.18 | 25.46 | - |
| YUV | 131.9 | 122.41 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 122 | 1 | 0 | 0.39 | 0.21 | 156.42 | 1 | 0.39 |
| Hex | 0 | C9 | 7A | 64 | 0 | 27 | 15 | 9C | 64 | 27 |
| Octal | 0 | 311 | 172 | 144 | 0 | 47 | 25 | 234 | 144 | 47 |
| Binary | 0 | 11001001 | 1111010 | 1100100 | 0 | 100111 | 10101 | 10011100 | 1100100 | 100111 |
Color Harmonies of #00C97A
Complementary color
Monochromatic Colors of #00C97A
Black with #00C97A
Text Example
Text Example
White with #00C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C97A; }
p { color: rgb(0,201,122); }
H1.HeaderClassName
{
color: #00C97A;
}
.AnyTagClassName
{
color: #00C97A;
}
</style>
background-color css
<style>
a { background-color: #00C97A; }
a { background-color: rgb(0,201,122); }
div.DivClassName
{
background-color: #00C97A;
}
.BgClassName
{
background-color: #00C97A;
}
</style>
border-color css
<style>
span { border-color: #00C97A; }
span { border-color: rgb(0,201,122); }
td.TdClassName
{
border-color: #00C97A;
}
.TagClassName
{
border-color: #00C97A;
}
</style>