Shades of Caribbean Green #00DCAA
Tints of Caribbean Green #00DCAA
RGB
CMYK
RGB Variations
Color information
#00DCAA (or 0x00DCAA) is known color: Caribbean Green. HEX triplet: 00, DC and AA. RGB value is (0,220,170). Sum of RGB (Red+Green+Blue) = 0+220+170=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCAA is #FF2355. Grayscale: #949494. Windows color (decimal): -16720726 or 11197440. OLE color: 11197440.
HSL color Cylindrical-coordinate representation of color #00DCAA: hue angle of 166.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCAA is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 170 | - |
| CMYK | 1 | 0 | 0.23 | 0.14 |
| HSL | 166.36º | 1% | 0.43% | - |
| HSV(B) | 166.36º | 1% | 0.86% | - |
| XYZ | 32.85 | 54.09 | 46.74 | - |
| YUV | 148.52 | 140.11 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 170 | 1 | 0 | 0.23 | 0.14 | 166.36 | 1 | 0.43 |
| Hex | 0 | DC | AA | 64 | 0 | 17 | E | A6 | 64 | 2B |
| Octal | 0 | 334 | 252 | 144 | 0 | 27 | 16 | 246 | 144 | 53 |
| Binary | 0 | 11011100 | 10101010 | 1100100 | 0 | 10111 | 1110 | 10100110 | 1100100 | 101011 |
Color Harmonies of #00DCAA
Complementary color
Monochromatic Colors of #00DCAA
Black with #00DCAA
Text Example
Text Example
White with #00DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCAA; }
p { color: rgb(0,220,170); }
H1.HeaderClassName
{
color: #00DCAA;
}
.AnyTagClassName
{
color: #00DCAA;
}
</style>
background-color css
<style>
a { background-color: #00DCAA; }
a { background-color: rgb(0,220,170); }
div.DivClassName
{
background-color: #00DCAA;
}
.BgClassName
{
background-color: #00DCAA;
}
</style>
border-color css
<style>
span { border-color: #00DCAA; }
span { border-color: rgb(0,220,170); }
td.TdClassName
{
border-color: #00DCAA;
}
.TagClassName
{
border-color: #00DCAA;
}
</style>