Shades of Caribbean Green #00C99A
Tints of Caribbean Green #00C99A
RGB
CMYK
RGB Variations
Color information
#00C99A (or 0x00C99A) is known color: Caribbean Green. HEX triplet: 00, C9 and 9A. RGB value is (0,201,154). Sum of RGB (Red+Green+Blue) = 0+201+154=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #00C99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C99A is #FF3665. Grayscale: #878787. Windows color (decimal): -16725606 or 10144000. OLE color: 10144000.
HSL color Cylindrical-coordinate representation of color #00C99A: hue angle of 165.97º 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 #00C99A is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 154 | - |
| CMYK | 1 | 0 | 0.23 | 0.21 |
| HSL | 165.97º | 1% | 0.39% | - |
| HSV(B) | 165.97º | 1% | 0.79% | - |
| XYZ | 26.72 | 44.11 | 37.68 | - |
| YUV | 135.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 154 | 1 | 0 | 0.23 | 0.21 | 165.97 | 1 | 0.39 |
| Hex | 0 | C9 | 9A | 64 | 0 | 17 | 15 | A6 | 64 | 27 |
| Octal | 0 | 311 | 232 | 144 | 0 | 27 | 25 | 246 | 144 | 47 |
| Binary | 0 | 11001001 | 10011010 | 1100100 | 0 | 10111 | 10101 | 10100110 | 1100100 | 100111 |
Color Harmonies of #00C99A
Complementary color
Monochromatic Colors of #00C99A
Black with #00C99A
Text Example
Text Example
White with #00C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C99A; }
p { color: rgb(0,201,154); }
H1.HeaderClassName
{
color: #00C99A;
}
.AnyTagClassName
{
color: #00C99A;
}
</style>
background-color css
<style>
a { background-color: #00C99A; }
a { background-color: rgb(0,201,154); }
div.DivClassName
{
background-color: #00C99A;
}
.BgClassName
{
background-color: #00C99A;
}
</style>
border-color css
<style>
span { border-color: #00C99A; }
span { border-color: rgb(0,201,154); }
td.TdClassName
{
border-color: #00C99A;
}
.TagClassName
{
border-color: #00C99A;
}
</style>