Shades of Caribbean Green #00C38E
Tints of Caribbean Green #00C38E
RGB
CMYK
RGB Variations
Color information
#00C38E (or 0x00C38E) is known color: Caribbean Green. HEX triplet: 00, C3 and 8E. RGB value is (0,195,142). Sum of RGB (Red+Green+Blue) = 0+195+142=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #00C38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C38E is #FF3C71. Grayscale: #828282. Windows color (decimal): -16727154 or 9356032. OLE color: 9356032.
HSL color Cylindrical-coordinate representation of color #00C38E: hue angle of 163.69º 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 #00C38E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 142 | - |
| CMYK | 1 | 0 | 0.27 | 0.24 |
| HSL | 163.69º | 1% | 0.38% | - |
| HSV(B) | 163.69º | 1% | 0.76% | - |
| XYZ | 24.4 | 40.98 | 32.22 | - |
| YUV | 130.65 | 134.4 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 142 | 1 | 0 | 0.27 | 0.24 | 163.69 | 1 | 0.38 |
| Hex | 0 | C3 | 8E | 64 | 0 | 1B | 18 | A4 | 64 | 26 |
| Octal | 0 | 303 | 216 | 144 | 0 | 33 | 30 | 244 | 144 | 46 |
| Binary | 0 | 11000011 | 10001110 | 1100100 | 0 | 11011 | 11000 | 10100100 | 1100100 | 100110 |
Color Harmonies of #00C38E
Complementary color
Monochromatic Colors of #00C38E
Black with #00C38E
Text Example
Text Example
White with #00C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C38E; }
p { color: rgb(0,195,142); }
H1.HeaderClassName
{
color: #00C38E;
}
.AnyTagClassName
{
color: #00C38E;
}
</style>
background-color css
<style>
a { background-color: #00C38E; }
a { background-color: rgb(0,195,142); }
div.DivClassName
{
background-color: #00C38E;
}
.BgClassName
{
background-color: #00C38E;
}
</style>
border-color css
<style>
span { border-color: #00C38E; }
span { border-color: rgb(0,195,142); }
td.TdClassName
{
border-color: #00C38E;
}
.TagClassName
{
border-color: #00C38E;
}
</style>