Shades of Caribbean Green #00C380
Tints of Caribbean Green #00C380
RGB
CMYK
RGB Variations
Color information
#00C380 (or 0x00C380) is known color: Caribbean Green. HEX triplet: 00, C3 and 80. RGB value is (0,195,128). Sum of RGB (Red+Green+Blue) = 0+195+128=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #00C380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C380 is #FF3C7F. Grayscale: #818181. Windows color (decimal): -16727168 or 8438528. OLE color: 8438528.
HSL color Cylindrical-coordinate representation of color #00C380: hue angle of 159.38º 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 #00C380 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 128 | - |
| CMYK | 1 | 0 | 0.34 | 0.24 |
| HSL | 159.38º | 1% | 0.38% | - |
| HSV(B) | 159.38º | 1% | 0.76% | - |
| XYZ | 23.41 | 40.59 | 27.02 | - |
| YUV | 129.06 | 127.4 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 128 | 1 | 0 | 0.34 | 0.24 | 159.38 | 1 | 0.38 |
| Hex | 0 | C3 | 80 | 64 | 0 | 22 | 18 | 9F | 64 | 26 |
| Octal | 0 | 303 | 200 | 144 | 0 | 42 | 30 | 237 | 144 | 46 |
| Binary | 0 | 11000011 | 10000000 | 1100100 | 0 | 100010 | 11000 | 10011111 | 1100100 | 100110 |
Color Harmonies of #00C380
Complementary color
Monochromatic Colors of #00C380
Black with #00C380
Text Example
Text Example
White with #00C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C380; }
p { color: rgb(0,195,128); }
H1.HeaderClassName
{
color: #00C380;
}
.AnyTagClassName
{
color: #00C380;
}
</style>
background-color css
<style>
a { background-color: #00C380; }
a { background-color: rgb(0,195,128); }
div.DivClassName
{
background-color: #00C380;
}
.BgClassName
{
background-color: #00C380;
}
</style>
border-color css
<style>
span { border-color: #00C380; }
span { border-color: rgb(0,195,128); }
td.TdClassName
{
border-color: #00C380;
}
.TagClassName
{
border-color: #00C380;
}
</style>