Shades of Caribbean Green #00D5AC
Tints of Caribbean Green #00D5AC
RGB
CMYK
RGB Variations
Color information
#00D5AC (or 0x00D5AC) is known color: Caribbean Green. HEX triplet: 00, D5 and AC. RGB value is (0,213,172). Sum of RGB (Red+Green+Blue) = 0+213+172=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #00D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D5AC is #FF2A53. Grayscale: #909090. Windows color (decimal): -16722516 or 11326720. OLE color: 11326720.
HSL color Cylindrical-coordinate representation of color #00D5AC: hue angle of 168.45º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D5AC is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 172 | - |
| CMYK | 1 | 0 | 0.19 | 0.16 |
| HSL | 168.45º | 1% | 0.42% | - |
| HSV(B) | 168.45º | 1% | 0.84% | - |
| XYZ | 31.24 | 50.57 | 47.14 | - |
| YUV | 144.64 | 143.43 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 172 | 1 | 0 | 0.19 | 0.16 | 168.45 | 1 | 0.42 |
| Hex | 0 | D5 | AC | 64 | 0 | 13 | 10 | A8 | 64 | 2A |
| Octal | 0 | 325 | 254 | 144 | 0 | 23 | 20 | 250 | 144 | 52 |
| Binary | 0 | 11010101 | 10101100 | 1100100 | 0 | 10011 | 10000 | 10101000 | 1100100 | 101010 |
Color Harmonies of #00D5AC
Complementary color
Monochromatic Colors of #00D5AC
Black with #00D5AC
Text Example
Text Example
White with #00D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D5AC; }
p { color: rgb(0,213,172); }
H1.HeaderClassName
{
color: #00D5AC;
}
.AnyTagClassName
{
color: #00D5AC;
}
</style>
background-color css
<style>
a { background-color: #00D5AC; }
a { background-color: rgb(0,213,172); }
div.DivClassName
{
background-color: #00D5AC;
}
.BgClassName
{
background-color: #00D5AC;
}
</style>
border-color css
<style>
span { border-color: #00D5AC; }
span { border-color: rgb(0,213,172); }
td.TdClassName
{
border-color: #00D5AC;
}
.TagClassName
{
border-color: #00D5AC;
}
</style>