Shades of Caribbean Green #00C593
Tints of Caribbean Green #00C593
RGB
CMYK
RGB Variations
Color information
#00C593 (or 0x00C593) is known color: Caribbean Green. HEX triplet: 00, C5 and 93. RGB value is (0,197,147). Sum of RGB (Red+Green+Blue) = 0+197+147=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #00C593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C593 is #FF3A6C. Grayscale: #848484. Windows color (decimal): -16726637 or 9684224. OLE color: 9684224.
HSL color Cylindrical-coordinate representation of color #00C593: hue angle of 164.77º 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 #00C593 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 147 | - |
| CMYK | 1 | 0 | 0.25 | 0.23 |
| HSL | 164.77º | 1% | 0.39% | - |
| HSV(B) | 164.77º | 1% | 0.77% | - |
| XYZ | 25.23 | 42.04 | 34.39 | - |
| YUV | 132.4 | 136.23 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 147 | 1 | 0 | 0.25 | 0.23 | 164.77 | 1 | 0.39 |
| Hex | 0 | C5 | 93 | 64 | 0 | 19 | 17 | A5 | 64 | 27 |
| Octal | 0 | 305 | 223 | 144 | 0 | 31 | 27 | 245 | 144 | 47 |
| Binary | 0 | 11000101 | 10010011 | 1100100 | 0 | 11001 | 10111 | 10100101 | 1100100 | 100111 |
Color Harmonies of #00C593
Complementary color
Monochromatic Colors of #00C593
Black with #00C593
Text Example
Text Example
White with #00C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C593; }
p { color: rgb(0,197,147); }
H1.HeaderClassName
{
color: #00C593;
}
.AnyTagClassName
{
color: #00C593;
}
</style>
background-color css
<style>
a { background-color: #00C593; }
a { background-color: rgb(0,197,147); }
div.DivClassName
{
background-color: #00C593;
}
.BgClassName
{
background-color: #00C593;
}
</style>
border-color css
<style>
span { border-color: #00C593; }
span { border-color: rgb(0,197,147); }
td.TdClassName
{
border-color: #00C593;
}
.TagClassName
{
border-color: #00C593;
}
</style>