Shades of Caribbean Green #00C590
Tints of Caribbean Green #00C590
RGB
CMYK
RGB Variations
Color information
#00C590 (or 0x00C590) is known color: Caribbean Green. HEX triplet: 00, C5 and 90. RGB value is (0,197,144). Sum of RGB (Red+Green+Blue) = 0+197+144=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #00C590 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C590 is #FF3A6F. Grayscale: #848484. Windows color (decimal): -16726640 or 9487616. OLE color: 9487616.
HSL color Cylindrical-coordinate representation of color #00C590: hue angle of 163.86º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C590 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 144 | - |
| CMYK | 1 | 0 | 0.27 | 0.23 |
| HSL | 163.86º | 1% | 0.39% | - |
| HSV(B) | 163.86º | 1% | 0.77% | - |
| XYZ | 25 | 41.95 | 33.16 | - |
| YUV | 132.06 | 134.73 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 144 | 1 | 0 | 0.27 | 0.23 | 163.86 | 1 | 0.39 |
| Hex | 0 | C5 | 90 | 64 | 0 | 1B | 17 | A4 | 64 | 27 |
| Octal | 0 | 305 | 220 | 144 | 0 | 33 | 27 | 244 | 144 | 47 |
| Binary | 0 | 11000101 | 10010000 | 1100100 | 0 | 11011 | 10111 | 10100100 | 1100100 | 100111 |
Color Harmonies of #00C590
Complementary color
Monochromatic Colors of #00C590
Black with #00C590
Text Example
Text Example
White with #00C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C590; }
p { color: rgb(0,197,144); }
H1.HeaderClassName
{
color: #00C590;
}
.AnyTagClassName
{
color: #00C590;
}
</style>
background-color css
<style>
a { background-color: #00C590; }
a { background-color: rgb(0,197,144); }
div.DivClassName
{
background-color: #00C590;
}
.BgClassName
{
background-color: #00C590;
}
</style>
border-color css
<style>
span { border-color: #00C590; }
span { border-color: rgb(0,197,144); }
td.TdClassName
{
border-color: #00C590;
}
.TagClassName
{
border-color: #00C590;
}
</style>