Shades of Caribbean Green #00C095
Tints of Caribbean Green #00C095
RGB
CMYK
RGB Variations
Color information
#00C095 (or 0x00C095) is known color: Caribbean Green. HEX triplet: 00, C0 and 95. RGB value is (0,192,149). Sum of RGB (Red+Green+Blue) = 0+192+149=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #00C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C095 is #FF3F6A. Grayscale: #818181. Windows color (decimal): -16727915 or 9814016. OLE color: 9814016.
HSL color Cylindrical-coordinate representation of color #00C095: hue angle of 166.56º 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 #00C095 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 149 | - |
| CMYK | 1 | 0 | 0.22 | 0.25 |
| HSL | 166.56º | 1% | 0.38% | - |
| HSV(B) | 166.56º | 1% | 0.75% | - |
| XYZ | 24.27 | 39.87 | 34.85 | - |
| YUV | 129.69 | 138.89 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 149 | 1 | 0 | 0.22 | 0.25 | 166.56 | 1 | 0.38 |
| Hex | 0 | C0 | 95 | 64 | 0 | 16 | 19 | A7 | 64 | 26 |
| Octal | 0 | 300 | 225 | 144 | 0 | 26 | 31 | 247 | 144 | 46 |
| Binary | 0 | 11000000 | 10010101 | 1100100 | 0 | 10110 | 11001 | 10100111 | 1100100 | 100110 |
Color Harmonies of #00C095
Complementary color
Monochromatic Colors of #00C095
Black with #00C095
Text Example
Text Example
White with #00C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C095; }
p { color: rgb(0,192,149); }
H1.HeaderClassName
{
color: #00C095;
}
.AnyTagClassName
{
color: #00C095;
}
</style>
background-color css
<style>
a { background-color: #00C095; }
a { background-color: rgb(0,192,149); }
div.DivClassName
{
background-color: #00C095;
}
.BgClassName
{
background-color: #00C095;
}
</style>
border-color css
<style>
span { border-color: #00C095; }
span { border-color: rgb(0,192,149); }
td.TdClassName
{
border-color: #00C095;
}
.TagClassName
{
border-color: #00C095;
}
</style>