Shades of Caribbean Green #00C38F
Tints of Caribbean Green #00C38F
RGB
CMYK
RGB Variations
Color information
#00C38F (or 0x00C38F) is known color: Caribbean Green. HEX triplet: 00, C3 and 8F. RGB value is (0,195,143). Sum of RGB (Red+Green+Blue) = 0+195+143=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #00C38F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C38F is #FF3C70. Grayscale: #828282. Windows color (decimal): -16727153 or 9421568. OLE color: 9421568.
HSL color Cylindrical-coordinate representation of color #00C38F: hue angle of 164º 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 #00C38F is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 143 | - |
| CMYK | 1 | 0 | 0.27 | 0.24 |
| HSL | 164º | 1% | 0.38% | - |
| HSV(B) | 164º | 1% | 0.76% | - |
| XYZ | 24.47 | 41.01 | 32.61 | - |
| YUV | 130.77 | 134.9 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 143 | 1 | 0 | 0.27 | 0.24 | 164 | 1 | 0.38 |
| Hex | 0 | C3 | 8F | 64 | 0 | 1B | 18 | A4 | 64 | 26 |
| Octal | 0 | 303 | 217 | 144 | 0 | 33 | 30 | 244 | 144 | 46 |
| Binary | 0 | 11000011 | 10001111 | 1100100 | 0 | 11011 | 11000 | 10100100 | 1100100 | 100110 |
Color Harmonies of #00C38F
Complementary color
Monochromatic Colors of #00C38F
Black with #00C38F
Text Example
Text Example
White with #00C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C38F; }
p { color: rgb(0,195,143); }
H1.HeaderClassName
{
color: #00C38F;
}
.AnyTagClassName
{
color: #00C38F;
}
</style>
background-color css
<style>
a { background-color: #00C38F; }
a { background-color: rgb(0,195,143); }
div.DivClassName
{
background-color: #00C38F;
}
.BgClassName
{
background-color: #00C38F;
}
</style>
border-color css
<style>
span { border-color: #00C38F; }
span { border-color: rgb(0,195,143); }
td.TdClassName
{
border-color: #00C38F;
}
.TagClassName
{
border-color: #00C38F;
}
</style>