Shades of Caribbean Green #00D38B
Tints of Caribbean Green #00D38B
RGB
CMYK
RGB Variations
Color information
#00D38B (or 0x00D38B) is known color: Caribbean Green. HEX triplet: 00, D3 and 8B. RGB value is (0,211,139). Sum of RGB (Red+Green+Blue) = 0+211+139=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #00D38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D38B is #FF2C74. Grayscale: #8B8B8B. Windows color (decimal): -16723061 or 9163520. OLE color: 9163520.
HSL color Cylindrical-coordinate representation of color #00D38B: hue angle of 159.53º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D38B is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 139 | - |
| CMYK | 1 | 0 | 0.34 | 0.17 |
| HSL | 159.53º | 1% | 0.41% | - |
| HSV(B) | 159.53º | 1% | 0.83% | - |
| XYZ | 27.95 | 48.45 | 32.31 | - |
| YUV | 139.7 | 127.6 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 139 | 1 | 0 | 0.34 | 0.17 | 159.53 | 1 | 0.41 |
| Hex | 0 | D3 | 8B | 64 | 0 | 22 | 11 | A0 | 64 | 29 |
| Octal | 0 | 323 | 213 | 144 | 0 | 42 | 21 | 240 | 144 | 51 |
| Binary | 0 | 11010011 | 10001011 | 1100100 | 0 | 100010 | 10001 | 10100000 | 1100100 | 101001 |
Color Harmonies of #00D38B
Complementary color
Monochromatic Colors of #00D38B
Black with #00D38B
Text Example
Text Example
White with #00D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D38B; }
p { color: rgb(0,211,139); }
H1.HeaderClassName
{
color: #00D38B;
}
.AnyTagClassName
{
color: #00D38B;
}
</style>
background-color css
<style>
a { background-color: #00D38B; }
a { background-color: rgb(0,211,139); }
div.DivClassName
{
background-color: #00D38B;
}
.BgClassName
{
background-color: #00D38B;
}
</style>
border-color css
<style>
span { border-color: #00D38B; }
span { border-color: rgb(0,211,139); }
td.TdClassName
{
border-color: #00D38B;
}
.TagClassName
{
border-color: #00D38B;
}
</style>