Shades of Caribbean Green #00C399
Tints of Caribbean Green #00C399
RGB
CMYK
RGB Variations
Color information
#00C399 (or 0x00C399) is known color: Caribbean Green. HEX triplet: 00, C3 and 99. RGB value is (0,195,153). Sum of RGB (Red+Green+Blue) = 0+195+153=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #00C399 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C399 is #FF3C66. Grayscale: #838383. Windows color (decimal): -16727143 or 10076928. OLE color: 10076928.
HSL color Cylindrical-coordinate representation of color #00C399: hue angle of 167.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C399 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 153 | - |
| CMYK | 1 | 0 | 0.22 | 0.24 |
| HSL | 167.08º | 1% | 0.38% | - |
| HSV(B) | 167.08º | 1% | 0.76% | - |
| XYZ | 25.26 | 41.33 | 36.78 | - |
| YUV | 131.91 | 139.9 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 153 | 1 | 0 | 0.22 | 0.24 | 167.08 | 1 | 0.38 |
| Hex | 0 | C3 | 99 | 64 | 0 | 16 | 18 | A7 | 64 | 26 |
| Octal | 0 | 303 | 231 | 144 | 0 | 26 | 30 | 247 | 144 | 46 |
| Binary | 0 | 11000011 | 10011001 | 1100100 | 0 | 10110 | 11000 | 10100111 | 1100100 | 100110 |
Color Harmonies of #00C399
Complementary color
Monochromatic Colors of #00C399
Black with #00C399
Text Example
Text Example
White with #00C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C399; }
p { color: rgb(0,195,153); }
H1.HeaderClassName
{
color: #00C399;
}
.AnyTagClassName
{
color: #00C399;
}
</style>
background-color css
<style>
a { background-color: #00C399; }
a { background-color: rgb(0,195,153); }
div.DivClassName
{
background-color: #00C399;
}
.BgClassName
{
background-color: #00C399;
}
</style>
border-color css
<style>
span { border-color: #00C399; }
span { border-color: rgb(0,195,153); }
td.TdClassName
{
border-color: #00C399;
}
.TagClassName
{
border-color: #00C399;
}
</style>