Shades of Caribbean Green #00D197
Tints of Caribbean Green #00D197
RGB
CMYK
RGB Variations
Color information
#00D197 (or 0x00D197) is known color: Caribbean Green. HEX triplet: 00, D1 and 97. RGB value is (0,209,151). Sum of RGB (Red+Green+Blue) = 0+209+151=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #00D197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D197 is #FF2E68. Grayscale: #8B8B8B. Windows color (decimal): -16723561 or 9949440. OLE color: 9949440.
HSL color Cylindrical-coordinate representation of color #00D197: hue angle of 163.35º 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 #00D197 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 151 | - |
| CMYK | 1 | 0 | 0.28 | 0.18 |
| HSL | 163.35º | 1% | 0.41% | - |
| HSV(B) | 163.35º | 1% | 0.82% | - |
| XYZ | 28.39 | 47.84 | 37.02 | - |
| YUV | 139.9 | 134.26 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 151 | 1 | 0 | 0.28 | 0.18 | 163.35 | 1 | 0.41 |
| Hex | 0 | D1 | 97 | 64 | 0 | 1C | 12 | A3 | 64 | 29 |
| Octal | 0 | 321 | 227 | 144 | 0 | 34 | 22 | 243 | 144 | 51 |
| Binary | 0 | 11010001 | 10010111 | 1100100 | 0 | 11100 | 10010 | 10100011 | 1100100 | 101001 |
Color Harmonies of #00D197
Complementary color
Monochromatic Colors of #00D197
Black with #00D197
Text Example
Text Example
White with #00D197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D197; }
p { color: rgb(0,209,151); }
H1.HeaderClassName
{
color: #00D197;
}
.AnyTagClassName
{
color: #00D197;
}
</style>
background-color css
<style>
a { background-color: #00D197; }
a { background-color: rgb(0,209,151); }
div.DivClassName
{
background-color: #00D197;
}
.BgClassName
{
background-color: #00D197;
}
</style>
border-color css
<style>
span { border-color: #00D197; }
span { border-color: rgb(0,209,151); }
td.TdClassName
{
border-color: #00D197;
}
.TagClassName
{
border-color: #00D197;
}
</style>