Shades of Caribbean Green #00D186
Tints of Caribbean Green #00D186
RGB
CMYK
RGB Variations
Color information
#00D186 (or 0x00D186) is known color: Caribbean Green. HEX triplet: 00, D1 and 86. RGB value is (0,209,134). Sum of RGB (Red+Green+Blue) = 0+209+134=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #00D186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D186 is #FF2E79. Grayscale: #8A8A8A. Windows color (decimal): -16723578 or 8835328. OLE color: 8835328.
HSL color Cylindrical-coordinate representation of color #00D186: hue angle of 158.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D186 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 134 | - |
| CMYK | 1 | 0 | 0.36 | 0.18 |
| HSL | 158.47º | 1% | 0.41% | - |
| HSV(B) | 158.47º | 1% | 0.82% | - |
| XYZ | 27.1 | 47.32 | 30.26 | - |
| YUV | 137.96 | 125.76 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 134 | 1 | 0 | 0.36 | 0.18 | 158.47 | 1 | 0.41 |
| Hex | 0 | D1 | 86 | 64 | 0 | 24 | 12 | 9E | 64 | 29 |
| Octal | 0 | 321 | 206 | 144 | 0 | 44 | 22 | 236 | 144 | 51 |
| Binary | 0 | 11010001 | 10000110 | 1100100 | 0 | 100100 | 10010 | 10011110 | 1100100 | 101001 |
Color Harmonies of #00D186
Complementary color
Monochromatic Colors of #00D186
Black with #00D186
Text Example
Text Example
White with #00D186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D186; }
p { color: rgb(0,209,134); }
H1.HeaderClassName
{
color: #00D186;
}
.AnyTagClassName
{
color: #00D186;
}
</style>
background-color css
<style>
a { background-color: #00D186; }
a { background-color: rgb(0,209,134); }
div.DivClassName
{
background-color: #00D186;
}
.BgClassName
{
background-color: #00D186;
}
</style>
border-color css
<style>
span { border-color: #00D186; }
span { border-color: rgb(0,209,134); }
td.TdClassName
{
border-color: #00D186;
}
.TagClassName
{
border-color: #00D186;
}
</style>