Shades of Caribbean Green #00D090
Tints of Caribbean Green #00D090
RGB
CMYK
RGB Variations
Color information
#00D090 (or 0x00D090) is known color: Caribbean Green. HEX triplet: 00, D0 and 90. RGB value is (0,208,144). Sum of RGB (Red+Green+Blue) = 0+208+144=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #00D090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D090 is #FF2F6F. Grayscale: #8A8A8A. Windows color (decimal): -16723824 or 9490432. OLE color: 9490432.
HSL color Cylindrical-coordinate representation of color #00D090: hue angle of 161.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D090 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 144 | - |
| CMYK | 1 | 0 | 0.31 | 0.18 |
| HSL | 161.54º | 1% | 0.41% | - |
| HSV(B) | 161.54º | 1% | 0.82% | - |
| XYZ | 27.59 | 47.13 | 34.03 | - |
| YUV | 138.51 | 131.09 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 144 | 1 | 0 | 0.31 | 0.18 | 161.54 | 1 | 0.41 |
| Hex | 0 | D0 | 90 | 64 | 0 | 1F | 12 | A2 | 64 | 29 |
| Octal | 0 | 320 | 220 | 144 | 0 | 37 | 22 | 242 | 144 | 51 |
| Binary | 0 | 11010000 | 10010000 | 1100100 | 0 | 11111 | 10010 | 10100010 | 1100100 | 101001 |
Color Harmonies of #00D090
Complementary color
Monochromatic Colors of #00D090
Black with #00D090
Text Example
Text Example
White with #00D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D090; }
p { color: rgb(0,208,144); }
H1.HeaderClassName
{
color: #00D090;
}
.AnyTagClassName
{
color: #00D090;
}
</style>
background-color css
<style>
a { background-color: #00D090; }
a { background-color: rgb(0,208,144); }
div.DivClassName
{
background-color: #00D090;
}
.BgClassName
{
background-color: #00D090;
}
</style>
border-color css
<style>
span { border-color: #00D090; }
span { border-color: rgb(0,208,144); }
td.TdClassName
{
border-color: #00D090;
}
.TagClassName
{
border-color: #00D090;
}
</style>