Shades of Caribbean Green #01D68B
Tints of Caribbean Green #01D68B
RGB
CMYK
RGB Variations
Color information
#01D68B (or 0x01D68B) is known color: Caribbean Green. HEX triplet: 01, D6 and 8B. RGB value is (1,214,139). Sum of RGB (Red+Green+Blue) = 1+214+139=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #01D68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D68B is #FE2974. Grayscale: #8D8D8D. Windows color (decimal): -16656757 or 9164289. OLE color: 9164289.
HSL color Cylindrical-coordinate representation of color #01D68B: hue angle of 158.87º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D68B is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 139 | - |
| CMYK | 1.00 | 0 | 0.35 | 0.16 |
| HSL | 158.87º | 0.99% | 0.42% | - |
| HSV(B) | 158.87º | 1% | 0.84% | - |
| XYZ | 28.72 | 49.96 | 32.56 | - |
| YUV | 141.76 | 126.43 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 139 | 1.00 | 0 | 0.35 | 0.16 | 158.87 | 0.99 | 0.42 |
| Hex | 1 | D6 | 8B | 64 | 0 | 23 | 10 | 9F | 63 | 2A |
| Octal | 1 | 326 | 213 | 144 | 0 | 43 | 20 | 237 | 143 | 52 |
| Binary | 1 | 11010110 | 10001011 | 1100100 | 0 | 100011 | 10000 | 10011111 | 1100011 | 101010 |
Color Harmonies of #01D68B
Complementary color
Monochromatic Colors of #01D68B
Black with #01D68B
Text Example
Text Example
White with #01D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D68B; }
p { color: rgb(1,214,139); }
H1.HeaderClassName
{
color: #01D68B;
}
.AnyTagClassName
{
color: #01D68B;
}
</style>
background-color css
<style>
a { background-color: #01D68B; }
a { background-color: rgb(1,214,139); }
div.DivClassName
{
background-color: #01D68B;
}
.BgClassName
{
background-color: #01D68B;
}
</style>
border-color css
<style>
span { border-color: #01D68B; }
span { border-color: rgb(1,214,139); }
td.TdClassName
{
border-color: #01D68B;
}
.TagClassName
{
border-color: #01D68B;
}
</style>