Shades of Caribbean Green #00D4AC
Tints of Caribbean Green #00D4AC
RGB
CMYK
RGB Variations
Color information
#00D4AC (or 0x00D4AC) is known color: Caribbean Green. HEX triplet: 00, D4 and AC. RGB value is (0,212,172). Sum of RGB (Red+Green+Blue) = 0+212+172=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #00D4AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D4AC is #FF2B53. Grayscale: #909090. Windows color (decimal): -16722772 or 11326464. OLE color: 11326464.
HSL color Cylindrical-coordinate representation of color #00D4AC: hue angle of 168.68º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D4AC is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 172 | - |
| CMYK | 1 | 0 | 0.19 | 0.17 |
| HSL | 168.68º | 1% | 0.42% | - |
| HSV(B) | 168.68º | 1% | 0.83% | - |
| XYZ | 30.99 | 50.07 | 47.06 | - |
| YUV | 144.05 | 143.76 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 172 | 1 | 0 | 0.19 | 0.17 | 168.68 | 1 | 0.42 |
| Hex | 0 | D4 | AC | 64 | 0 | 13 | 11 | A9 | 64 | 2A |
| Octal | 0 | 324 | 254 | 144 | 0 | 23 | 21 | 251 | 144 | 52 |
| Binary | 0 | 11010100 | 10101100 | 1100100 | 0 | 10011 | 10001 | 10101001 | 1100100 | 101010 |
Color Harmonies of #00D4AC
Complementary color
Monochromatic Colors of #00D4AC
Black with #00D4AC
Text Example
Text Example
White with #00D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4AC; }
p { color: rgb(0,212,172); }
H1.HeaderClassName
{
color: #00D4AC;
}
.AnyTagClassName
{
color: #00D4AC;
}
</style>
background-color css
<style>
a { background-color: #00D4AC; }
a { background-color: rgb(0,212,172); }
div.DivClassName
{
background-color: #00D4AC;
}
.BgClassName
{
background-color: #00D4AC;
}
</style>
border-color css
<style>
span { border-color: #00D4AC; }
span { border-color: rgb(0,212,172); }
td.TdClassName
{
border-color: #00D4AC;
}
.TagClassName
{
border-color: #00D4AC;
}
</style>