Shades of Caribbean Green #06DB93
Tints of Caribbean Green #06DB93
RGB
CMYK
RGB Variations
Color information
#06DB93 (or 0x06DB93) is known color: Caribbean Green. HEX triplet: 06, DB and 93. RGB value is (6,219,147). Sum of RGB (Red+Green+Blue) = 6+219+147=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DB93 is #F9246C. Grayscale: #939393. Windows color (decimal): -16327789 or 9689862. OLE color: 9689862.
HSL color Cylindrical-coordinate representation of color #06DB93: hue angle of 159.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB93 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 147 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.14 |
| HSL | 159.72º | 0.95% | 0.44% | - |
| HSV(B) | 159.72º | 0.97% | 0.86% | - |
| XYZ | 30.67 | 52.81 | 36.18 | - |
| YUV | 147.11 | 127.93 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 147 | 0.97 | 0 | 0.33 | 0.14 | 159.72 | 0.95 | 0.44 |
| Hex | 6 | DB | 93 | 61 | 0 | 21 | E | A0 | 5F | 2C |
| Octal | 6 | 333 | 223 | 141 | 0 | 41 | 16 | 240 | 137 | 54 |
| Binary | 110 | 11011011 | 10010011 | 1100001 | 0 | 100001 | 1110 | 10100000 | 1011111 | 101100 |
Color Harmonies of #06DB93
Complementary color
Monochromatic Colors of #06DB93
Black with #06DB93
Text Example
Text Example
White with #06DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB93; }
p { color: rgb(6,219,147); }
H1.HeaderClassName
{
color: #06DB93;
}
.AnyTagClassName
{
color: #06DB93;
}
</style>
background-color css
<style>
a { background-color: #06DB93; }
a { background-color: rgb(6,219,147); }
div.DivClassName
{
background-color: #06DB93;
}
.BgClassName
{
background-color: #06DB93;
}
</style>
border-color css
<style>
span { border-color: #06DB93; }
span { border-color: rgb(6,219,147); }
td.TdClassName
{
border-color: #06DB93;
}
.TagClassName
{
border-color: #06DB93;
}
</style>