Shades of Caribbean Green #00DF8B
Tints of Caribbean Green #00DF8B
RGB
CMYK
RGB Variations
Color information
#00DF8B (or 0x00DF8B) is known color: Caribbean Green. HEX triplet: 00, DF and 8B. RGB value is (0,223,139). Sum of RGB (Red+Green+Blue) = 0+223+139=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF8B is #FF2074. Grayscale: #929292. Windows color (decimal): -16719989 or 9166592. OLE color: 9166592.
HSL color Cylindrical-coordinate representation of color #00DF8B: hue angle of 157.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF8B is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 139 | - |
| CMYK | 1 | 0 | 0.38 | 0.13 |
| HSL | 157.4º | 1% | 0.44% | - |
| HSV(B) | 157.4º | 1% | 0.87% | - |
| XYZ | 31.05 | 54.64 | 33.34 | - |
| YUV | 146.75 | 123.62 | 23.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 139 | 1 | 0 | 0.38 | 0.13 | 157.4 | 1 | 0.44 |
| Hex | 0 | DF | 8B | 64 | 0 | 26 | D | 9D | 64 | 2C |
| Octal | 0 | 337 | 213 | 144 | 0 | 46 | 15 | 235 | 144 | 54 |
| Binary | 0 | 11011111 | 10001011 | 1100100 | 0 | 100110 | 1101 | 10011101 | 1100100 | 101100 |
Color Harmonies of #00DF8B
Complementary color
Monochromatic Colors of #00DF8B
Black with #00DF8B
Text Example
Text Example
White with #00DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF8B; }
p { color: rgb(0,223,139); }
H1.HeaderClassName
{
color: #00DF8B;
}
.AnyTagClassName
{
color: #00DF8B;
}
</style>
background-color css
<style>
a { background-color: #00DF8B; }
a { background-color: rgb(0,223,139); }
div.DivClassName
{
background-color: #00DF8B;
}
.BgClassName
{
background-color: #00DF8B;
}
</style>
border-color css
<style>
span { border-color: #00DF8B; }
span { border-color: rgb(0,223,139); }
td.TdClassName
{
border-color: #00DF8B;
}
.TagClassName
{
border-color: #00DF8B;
}
</style>