Shades of Caribbean Green #01C682
Tints of Caribbean Green #01C682
RGB
CMYK
RGB Variations
Color information
#01C682 (or 0x01C682) is known color: Caribbean Green. HEX triplet: 01, C6 and 82. RGB value is (1,198,130). Sum of RGB (Red+Green+Blue) = 1+198+130=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #01C682 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C682 is #FE397D. Grayscale: #838383. Windows color (decimal): -16660862 or 8570369. OLE color: 8570369.
HSL color Cylindrical-coordinate representation of color #01C682: hue angle of 159.29º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C682 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 130 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.22 |
| HSL | 159.29º | 0.99% | 0.39% | - |
| HSV(B) | 159.29º | 0.99% | 0.78% | - |
| XYZ | 24.24 | 42.01 | 27.95 | - |
| YUV | 131.35 | 127.23 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 130 | 0.99 | 0 | 0.34 | 0.22 | 159.29 | 0.99 | 0.39 |
| Hex | 1 | C6 | 82 | 63 | 0 | 22 | 16 | 9F | 63 | 27 |
| Octal | 1 | 306 | 202 | 143 | 0 | 42 | 26 | 237 | 143 | 47 |
| Binary | 1 | 11000110 | 10000010 | 1100011 | 0 | 100010 | 10110 | 10011111 | 1100011 | 100111 |
Color Harmonies of #01C682
Complementary color
Monochromatic Colors of #01C682
Black with #01C682
Text Example
Text Example
White with #01C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C682; }
p { color: rgb(1,198,130); }
H1.HeaderClassName
{
color: #01C682;
}
.AnyTagClassName
{
color: #01C682;
}
</style>
background-color css
<style>
a { background-color: #01C682; }
a { background-color: rgb(1,198,130); }
div.DivClassName
{
background-color: #01C682;
}
.BgClassName
{
background-color: #01C682;
}
</style>
border-color css
<style>
span { border-color: #01C682; }
span { border-color: rgb(1,198,130); }
td.TdClassName
{
border-color: #01C682;
}
.TagClassName
{
border-color: #01C682;
}
</style>