Shades of Caribbean Green #00DAA8
Tints of Caribbean Green #00DAA8
RGB
CMYK
RGB Variations
Color information
#00DAA8 (or 0x00DAA8) is known color: Caribbean Green. HEX triplet: 00, DA and A8. RGB value is (0,218,168). Sum of RGB (Red+Green+Blue) = 0+218+168=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #00DAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DAA8 is #FF2557. Grayscale: #939393. Windows color (decimal): -16721240 or 11065856. OLE color: 11065856.
HSL color Cylindrical-coordinate representation of color #00DAA8: hue angle of 166.24º 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 #00DAA8 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 168 | - |
| CMYK | 1 | 0 | 0.23 | 0.15 |
| HSL | 166.24º | 1% | 0.43% | - |
| HSV(B) | 166.24º | 1% | 0.85% | - |
| XYZ | 32.14 | 52.97 | 45.58 | - |
| YUV | 147.12 | 139.78 | 23.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 168 | 1 | 0 | 0.23 | 0.15 | 166.24 | 1 | 0.43 |
| Hex | 0 | DA | A8 | 64 | 0 | 17 | F | A6 | 64 | 2B |
| Octal | 0 | 332 | 250 | 144 | 0 | 27 | 17 | 246 | 144 | 53 |
| Binary | 0 | 11011010 | 10101000 | 1100100 | 0 | 10111 | 1111 | 10100110 | 1100100 | 101011 |
Color Harmonies of #00DAA8
Complementary color
Monochromatic Colors of #00DAA8
Black with #00DAA8
Text Example
Text Example
White with #00DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAA8; }
p { color: rgb(0,218,168); }
H1.HeaderClassName
{
color: #00DAA8;
}
.AnyTagClassName
{
color: #00DAA8;
}
</style>
background-color css
<style>
a { background-color: #00DAA8; }
a { background-color: rgb(0,218,168); }
div.DivClassName
{
background-color: #00DAA8;
}
.BgClassName
{
background-color: #00DAA8;
}
</style>
border-color css
<style>
span { border-color: #00DAA8; }
span { border-color: rgb(0,218,168); }
td.TdClassName
{
border-color: #00DAA8;
}
.TagClassName
{
border-color: #00DAA8;
}
</style>