Shades of Caribbean Green #00D194
Tints of Caribbean Green #00D194
RGB
CMYK
RGB Variations
Color information
#00D194 (or 0x00D194) is known color: Caribbean Green. HEX triplet: 00, D1 and 94. RGB value is (0,209,148). Sum of RGB (Red+Green+Blue) = 0+209+148=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #00D194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D194 is #FF2E6B. Grayscale: #8B8B8B. Windows color (decimal): -16723564 or 9752832. OLE color: 9752832.
HSL color Cylindrical-coordinate representation of color #00D194: hue angle of 162.49º 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 #00D194 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 148 | - |
| CMYK | 1 | 0 | 0.29 | 0.18 |
| HSL | 162.49º | 1% | 0.41% | - |
| HSV(B) | 162.49º | 1% | 0.82% | - |
| XYZ | 28.15 | 47.74 | 35.75 | - |
| YUV | 139.56 | 132.76 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 148 | 1 | 0 | 0.29 | 0.18 | 162.49 | 1 | 0.41 |
| Hex | 0 | D1 | 94 | 64 | 0 | 1D | 12 | A2 | 64 | 29 |
| Octal | 0 | 321 | 224 | 144 | 0 | 35 | 22 | 242 | 144 | 51 |
| Binary | 0 | 11010001 | 10010100 | 1100100 | 0 | 11101 | 10010 | 10100010 | 1100100 | 101001 |
Color Harmonies of #00D194
Complementary color
Monochromatic Colors of #00D194
Black with #00D194
Text Example
Text Example
White with #00D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D194; }
p { color: rgb(0,209,148); }
H1.HeaderClassName
{
color: #00D194;
}
.AnyTagClassName
{
color: #00D194;
}
</style>
background-color css
<style>
a { background-color: #00D194; }
a { background-color: rgb(0,209,148); }
div.DivClassName
{
background-color: #00D194;
}
.BgClassName
{
background-color: #00D194;
}
</style>
border-color css
<style>
span { border-color: #00D194; }
span { border-color: rgb(0,209,148); }
td.TdClassName
{
border-color: #00D194;
}
.TagClassName
{
border-color: #00D194;
}
</style>