Shades of Caribbean Green #01C38F
Tints of Caribbean Green #01C38F
RGB
CMYK
RGB Variations
Color information
#01C38F (or 0x01C38F) is known color: Caribbean Green. HEX triplet: 01, C3 and 8F. RGB value is (1,195,143). Sum of RGB (Red+Green+Blue) = 1+195+143=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #01C38F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C38F is #FE3C70. Grayscale: #838383. Windows color (decimal): -16661617 or 9421569. OLE color: 9421569.
HSL color Cylindrical-coordinate representation of color #01C38F: hue angle of 163.92º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C38F is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 143 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.24 |
| HSL | 163.92º | 0.99% | 0.38% | - |
| HSV(B) | 163.92º | 0.99% | 0.76% | - |
| XYZ | 24.49 | 41.02 | 32.61 | - |
| YUV | 131.07 | 134.73 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 143 | 0.99 | 0 | 0.27 | 0.24 | 163.92 | 0.99 | 0.38 |
| Hex | 1 | C3 | 8F | 63 | 0 | 1B | 18 | A4 | 63 | 26 |
| Octal | 1 | 303 | 217 | 143 | 0 | 33 | 30 | 244 | 143 | 46 |
| Binary | 1 | 11000011 | 10001111 | 1100011 | 0 | 11011 | 11000 | 10100100 | 1100011 | 100110 |
Color Harmonies of #01C38F
Complementary color
Monochromatic Colors of #01C38F
Black with #01C38F
Text Example
Text Example
White with #01C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C38F; }
p { color: rgb(1,195,143); }
H1.HeaderClassName
{
color: #01C38F;
}
.AnyTagClassName
{
color: #01C38F;
}
</style>
background-color css
<style>
a { background-color: #01C38F; }
a { background-color: rgb(1,195,143); }
div.DivClassName
{
background-color: #01C38F;
}
.BgClassName
{
background-color: #01C38F;
}
</style>
border-color css
<style>
span { border-color: #01C38F; }
span { border-color: rgb(1,195,143); }
td.TdClassName
{
border-color: #01C38F;
}
.TagClassName
{
border-color: #01C38F;
}
</style>