Shades of Caribbean Green #00DD9E
Tints of Caribbean Green #00DD9E
RGB
CMYK
RGB Variations
Color information
#00DD9E (or 0x00DD9E) is known color: Caribbean Green. HEX triplet: 00, DD and 9E. RGB value is (0,221,158). Sum of RGB (Red+Green+Blue) = 0+221+158=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DD9E is #FF2261. Grayscale: #939393. Windows color (decimal): -16720482 or 10411264. OLE color: 10411264.
HSL color Cylindrical-coordinate representation of color #00DD9E: hue angle of 162.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD9E is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 158 | - |
| CMYK | 1 | 0 | 0.29 | 0.13 |
| HSL | 162.9º | 1% | 0.43% | - |
| HSV(B) | 162.9º | 1% | 0.87% | - |
| XYZ | 32.03 | 54.18 | 41.12 | - |
| YUV | 147.74 | 133.78 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 158 | 1 | 0 | 0.29 | 0.13 | 162.9 | 1 | 0.43 |
| Hex | 0 | DD | 9E | 64 | 0 | 1D | D | A3 | 64 | 2B |
| Octal | 0 | 335 | 236 | 144 | 0 | 35 | 15 | 243 | 144 | 53 |
| Binary | 0 | 11011101 | 10011110 | 1100100 | 0 | 11101 | 1101 | 10100011 | 1100100 | 101011 |
Color Harmonies of #00DD9E
Complementary color
Monochromatic Colors of #00DD9E
Black with #00DD9E
Text Example
Text Example
White with #00DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DD9E; }
p { color: rgb(0,221,158); }
H1.HeaderClassName
{
color: #00DD9E;
}
.AnyTagClassName
{
color: #00DD9E;
}
</style>
background-color css
<style>
a { background-color: #00DD9E; }
a { background-color: rgb(0,221,158); }
div.DivClassName
{
background-color: #00DD9E;
}
.BgClassName
{
background-color: #00DD9E;
}
</style>
border-color css
<style>
span { border-color: #00DD9E; }
span { border-color: rgb(0,221,158); }
td.TdClassName
{
border-color: #00DD9E;
}
.TagClassName
{
border-color: #00DD9E;
}
</style>