Shades of Caribbean Green #01C38C
Tints of Caribbean Green #01C38C
RGB
CMYK
RGB Variations
Color information
#01C38C (or 0x01C38C) is known color: Caribbean Green. HEX triplet: 01, C3 and 8C. RGB value is (1,195,140). Sum of RGB (Red+Green+Blue) = 1+195+140=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #01C38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C38C is #FE3C73. Grayscale: #828282. Windows color (decimal): -16661620 or 9224961. OLE color: 9224961.
HSL color Cylindrical-coordinate representation of color #01C38C: hue angle of 162.99º 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 #01C38C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 140 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.24 |
| HSL | 162.99º | 0.99% | 0.38% | - |
| HSV(B) | 162.99º | 0.99% | 0.76% | - |
| XYZ | 24.26 | 40.93 | 31.43 | - |
| YUV | 130.72 | 133.23 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 140 | 0.99 | 0 | 0.28 | 0.24 | 162.99 | 0.99 | 0.38 |
| Hex | 1 | C3 | 8C | 63 | 0 | 1C | 18 | A3 | 63 | 26 |
| Octal | 1 | 303 | 214 | 143 | 0 | 34 | 30 | 243 | 143 | 46 |
| Binary | 1 | 11000011 | 10001100 | 1100011 | 0 | 11100 | 11000 | 10100011 | 1100011 | 100110 |
Color Harmonies of #01C38C
Complementary color
Monochromatic Colors of #01C38C
Black with #01C38C
Text Example
Text Example
White with #01C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C38C; }
p { color: rgb(1,195,140); }
H1.HeaderClassName
{
color: #01C38C;
}
.AnyTagClassName
{
color: #01C38C;
}
</style>
background-color css
<style>
a { background-color: #01C38C; }
a { background-color: rgb(1,195,140); }
div.DivClassName
{
background-color: #01C38C;
}
.BgClassName
{
background-color: #01C38C;
}
</style>
border-color css
<style>
span { border-color: #01C38C; }
span { border-color: rgb(1,195,140); }
td.TdClassName
{
border-color: #01C38C;
}
.TagClassName
{
border-color: #01C38C;
}
</style>