Shades of Caribbean Green #00D68A
Tints of Caribbean Green #00D68A
RGB
CMYK
RGB Variations
Color information
#00D68A (or 0x00D68A) is known color: Caribbean Green. HEX triplet: 00, D6 and 8A. RGB value is (0,214,138). Sum of RGB (Red+Green+Blue) = 0+214+138=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #00D68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D68A is #FF2975. Grayscale: #8D8D8D. Windows color (decimal): -16722294 or 9098752. OLE color: 9098752.
HSL color Cylindrical-coordinate representation of color #00D68A: hue angle of 158.69º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D68A is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 138 | - |
| CMYK | 1 | 0 | 0.36 | 0.16 |
| HSL | 158.69º | 1% | 0.42% | - |
| HSV(B) | 158.69º | 1% | 0.84% | - |
| XYZ | 28.63 | 49.93 | 32.17 | - |
| YUV | 141.35 | 126.1 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 138 | 1 | 0 | 0.36 | 0.16 | 158.69 | 1 | 0.42 |
| Hex | 0 | D6 | 8A | 64 | 0 | 24 | 10 | 9F | 64 | 2A |
| Octal | 0 | 326 | 212 | 144 | 0 | 44 | 20 | 237 | 144 | 52 |
| Binary | 0 | 11010110 | 10001010 | 1100100 | 0 | 100100 | 10000 | 10011111 | 1100100 | 101010 |
Color Harmonies of #00D68A
Complementary color
Monochromatic Colors of #00D68A
Black with #00D68A
Text Example
Text Example
White with #00D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D68A; }
p { color: rgb(0,214,138); }
H1.HeaderClassName
{
color: #00D68A;
}
.AnyTagClassName
{
color: #00D68A;
}
</style>
background-color css
<style>
a { background-color: #00D68A; }
a { background-color: rgb(0,214,138); }
div.DivClassName
{
background-color: #00D68A;
}
.BgClassName
{
background-color: #00D68A;
}
</style>
border-color css
<style>
span { border-color: #00D68A; }
span { border-color: rgb(0,214,138); }
td.TdClassName
{
border-color: #00D68A;
}
.TagClassName
{
border-color: #00D68A;
}
</style>