Shades of Caribbean Green #00DA9F
Tints of Caribbean Green #00DA9F
RGB
CMYK
RGB Variations
Color information
#00DA9F (or 0x00DA9F) is known color: Caribbean Green. HEX triplet: 00, DA and 9F. RGB value is (0,218,159). Sum of RGB (Red+Green+Blue) = 0+218+159=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DA9F is #FF2560. Grayscale: #929292. Windows color (decimal): -16721249 or 10476032. OLE color: 10476032.
HSL color Cylindrical-coordinate representation of color #00DA9F: hue angle of 163.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA9F is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 159 | - |
| CMYK | 1 | 0 | 0.27 | 0.15 |
| HSL | 163.76º | 1% | 0.43% | - |
| HSV(B) | 163.76º | 1% | 0.85% | - |
| XYZ | 31.33 | 52.65 | 41.31 | - |
| YUV | 146.09 | 135.28 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 159 | 1 | 0 | 0.27 | 0.15 | 163.76 | 1 | 0.43 |
| Hex | 0 | DA | 9F | 64 | 0 | 1B | F | A4 | 64 | 2B |
| Octal | 0 | 332 | 237 | 144 | 0 | 33 | 17 | 244 | 144 | 53 |
| Binary | 0 | 11011010 | 10011111 | 1100100 | 0 | 11011 | 1111 | 10100100 | 1100100 | 101011 |
Color Harmonies of #00DA9F
Complementary color
Monochromatic Colors of #00DA9F
Black with #00DA9F
Text Example
Text Example
White with #00DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA9F; }
p { color: rgb(0,218,159); }
H1.HeaderClassName
{
color: #00DA9F;
}
.AnyTagClassName
{
color: #00DA9F;
}
</style>
background-color css
<style>
a { background-color: #00DA9F; }
a { background-color: rgb(0,218,159); }
div.DivClassName
{
background-color: #00DA9F;
}
.BgClassName
{
background-color: #00DA9F;
}
</style>
border-color css
<style>
span { border-color: #00DA9F; }
span { border-color: rgb(0,218,159); }
td.TdClassName
{
border-color: #00DA9F;
}
.TagClassName
{
border-color: #00DA9F;
}
</style>