Shades of Caribbean Green #00DDB1
Tints of Caribbean Green #00DDB1
RGB
CMYK
RGB Variations
Color information
#00DDB1 (or 0x00DDB1) is known color: Caribbean Green. HEX triplet: 00, DD and B1. RGB value is (0,221,177). Sum of RGB (Red+Green+Blue) = 0+221+177=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDB1 is #FF224E. Grayscale: #959595. Windows color (decimal): -16720463 or 11656448. OLE color: 11656448.
HSL color Cylindrical-coordinate representation of color #00DDB1: hue angle of 168.05º 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 #00DDB1 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 177 | - |
| CMYK | 1 | 0 | 0.20 | 0.13 |
| HSL | 168.05º | 1% | 0.43% | - |
| HSV(B) | 168.05º | 1% | 0.87% | - |
| XYZ | 33.79 | 54.89 | 50.41 | - |
| YUV | 149.91 | 143.28 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 177 | 1 | 0 | 0.20 | 0.13 | 168.05 | 1 | 0.43 |
| Hex | 0 | DD | B1 | 64 | 0 | 14 | D | A8 | 64 | 2B |
| Octal | 0 | 335 | 261 | 144 | 0 | 24 | 15 | 250 | 144 | 53 |
| Binary | 0 | 11011101 | 10110001 | 1100100 | 0 | 10100 | 1101 | 10101000 | 1100100 | 101011 |
Color Harmonies of #00DDB1
Complementary color
Monochromatic Colors of #00DDB1
Black with #00DDB1
Text Example
Text Example
White with #00DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDB1; }
p { color: rgb(0,221,177); }
H1.HeaderClassName
{
color: #00DDB1;
}
.AnyTagClassName
{
color: #00DDB1;
}
</style>
background-color css
<style>
a { background-color: #00DDB1; }
a { background-color: rgb(0,221,177); }
div.DivClassName
{
background-color: #00DDB1;
}
.BgClassName
{
background-color: #00DDB1;
}
</style>
border-color css
<style>
span { border-color: #00DDB1; }
span { border-color: rgb(0,221,177); }
td.TdClassName
{
border-color: #00DDB1;
}
.TagClassName
{
border-color: #00DDB1;
}
</style>