Shades of Caribbean Green #06D896
Tints of Caribbean Green #06D896
RGB
CMYK
RGB Variations
Color information
#06D896 (or 0x06D896) is known color: Caribbean Green. HEX triplet: 06, D8 and 96. RGB value is (6,216,150). Sum of RGB (Red+Green+Blue) = 6+216+150=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #06D896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D896 is #F92769. Grayscale: #919191. Windows color (decimal): -16328554 or 9885702. OLE color: 9885702.
HSL color Cylindrical-coordinate representation of color #06D896: hue angle of 161.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D896 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 150 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.15 |
| HSL | 161.14º | 0.95% | 0.44% | - |
| HSV(B) | 161.14º | 0.97% | 0.85% | - |
| XYZ | 30.14 | 51.35 | 37.18 | - |
| YUV | 145.69 | 130.43 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 150 | 0.97 | 0 | 0.31 | 0.15 | 161.14 | 0.95 | 0.44 |
| Hex | 6 | D8 | 96 | 61 | 0 | 1F | F | A1 | 5F | 2C |
| Octal | 6 | 330 | 226 | 141 | 0 | 37 | 17 | 241 | 137 | 54 |
| Binary | 110 | 11011000 | 10010110 | 1100001 | 0 | 11111 | 1111 | 10100001 | 1011111 | 101100 |
Color Harmonies of #06D896
Complementary color
Monochromatic Colors of #06D896
Black with #06D896
Text Example
Text Example
White with #06D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D896; }
p { color: rgb(6,216,150); }
H1.HeaderClassName
{
color: #06D896;
}
.AnyTagClassName
{
color: #06D896;
}
</style>
background-color css
<style>
a { background-color: #06D896; }
a { background-color: rgb(6,216,150); }
div.DivClassName
{
background-color: #06D896;
}
.BgClassName
{
background-color: #06D896;
}
</style>
border-color css
<style>
span { border-color: #06D896; }
span { border-color: rgb(6,216,150); }
td.TdClassName
{
border-color: #06D896;
}
.TagClassName
{
border-color: #06D896;
}
</style>