Shades of Caribbean Green #00D191
Tints of Caribbean Green #00D191
RGB
CMYK
RGB Variations
Color information
#00D191 (or 0x00D191) is known color: Caribbean Green. HEX triplet: 00, D1 and 91. RGB value is (0,209,145). Sum of RGB (Red+Green+Blue) = 0+209+145=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #00D191 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D191 is #FF2E6E. Grayscale: #8B8B8B. Windows color (decimal): -16723567 or 9556224. OLE color: 9556224.
HSL color Cylindrical-coordinate representation of color #00D191: hue angle of 161.63º 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 #00D191 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 145 | - |
| CMYK | 1 | 0 | 0.31 | 0.18 |
| HSL | 161.63º | 1% | 0.41% | - |
| HSV(B) | 161.63º | 1% | 0.82% | - |
| XYZ | 27.91 | 47.65 | 34.51 | - |
| YUV | 139.21 | 131.26 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 145 | 1 | 0 | 0.31 | 0.18 | 161.63 | 1 | 0.41 |
| Hex | 0 | D1 | 91 | 64 | 0 | 1F | 12 | A2 | 64 | 29 |
| Octal | 0 | 321 | 221 | 144 | 0 | 37 | 22 | 242 | 144 | 51 |
| Binary | 0 | 11010001 | 10010001 | 1100100 | 0 | 11111 | 10010 | 10100010 | 1100100 | 101001 |
Color Harmonies of #00D191
Complementary color
Monochromatic Colors of #00D191
Black with #00D191
Text Example
Text Example
White with #00D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D191; }
p { color: rgb(0,209,145); }
H1.HeaderClassName
{
color: #00D191;
}
.AnyTagClassName
{
color: #00D191;
}
</style>
background-color css
<style>
a { background-color: #00D191; }
a { background-color: rgb(0,209,145); }
div.DivClassName
{
background-color: #00D191;
}
.BgClassName
{
background-color: #00D191;
}
</style>
border-color css
<style>
span { border-color: #00D191; }
span { border-color: rgb(0,209,145); }
td.TdClassName
{
border-color: #00D191;
}
.TagClassName
{
border-color: #00D191;
}
</style>