Shades of Caribbean Green #01DD9E
Tints of Caribbean Green #01DD9E
RGB
CMYK
RGB Variations
Color information
#01DD9E (or 0x01DD9E) is known color: Caribbean Green. HEX triplet: 01, DD and 9E. RGB value is (1,221,158). Sum of RGB (Red+Green+Blue) = 1+221+158=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DD9E is #FE2261. Grayscale: #949494. Windows color (decimal): -16654946 or 10411265. OLE color: 10411265.
HSL color Cylindrical-coordinate representation of color #01DD9E: hue angle of 162.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD9E is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 158 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.13 |
| HSL | 162.82º | 0.99% | 0.44% | - |
| HSV(B) | 162.82º | 1% | 0.87% | - |
| XYZ | 32.04 | 54.19 | 41.12 | - |
| YUV | 148.04 | 133.61 | 23.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 158 | 1.00 | 0 | 0.29 | 0.13 | 162.82 | 0.99 | 0.44 |
| Hex | 1 | DD | 9E | 64 | 0 | 1D | D | A3 | 63 | 2C |
| Octal | 1 | 335 | 236 | 144 | 0 | 35 | 15 | 243 | 143 | 54 |
| Binary | 1 | 11011101 | 10011110 | 1100100 | 0 | 11101 | 1101 | 10100011 | 1100011 | 101100 |
Color Harmonies of #01DD9E
Complementary color
Monochromatic Colors of #01DD9E
Black with #01DD9E
Text Example
Text Example
White with #01DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD9E; }
p { color: rgb(1,221,158); }
H1.HeaderClassName
{
color: #01DD9E;
}
.AnyTagClassName
{
color: #01DD9E;
}
</style>
background-color css
<style>
a { background-color: #01DD9E; }
a { background-color: rgb(1,221,158); }
div.DivClassName
{
background-color: #01DD9E;
}
.BgClassName
{
background-color: #01DD9E;
}
</style>
border-color css
<style>
span { border-color: #01DD9E; }
span { border-color: rgb(1,221,158); }
td.TdClassName
{
border-color: #01DD9E;
}
.TagClassName
{
border-color: #01DD9E;
}
</style>