Shades of Caribbean Green #06DFB0
Tints of Caribbean Green #06DFB0
RGB
CMYK
RGB Variations
Color information
#06DFB0 (or 0x06DFB0) is known color: Caribbean Green. HEX triplet: 06, DF and B0. RGB value is (6,223,176). Sum of RGB (Red+Green+Blue) = 6+223+176=405 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DFB0 is #F9204F. Grayscale: #989898. Windows color (decimal): -16326736 or 11591430. OLE color: 11591430.
HSL color Cylindrical-coordinate representation of color #06DFB0: hue angle of 167º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DFB0 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 176 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.13 |
| HSL | 167º | 0.95% | 0.45% | - |
| HSV(B) | 167º | 0.97% | 0.87% | - |
| XYZ | 34.3 | 55.95 | 50.07 | - |
| YUV | 152.76 | 141.11 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 176 | 0.97 | 0 | 0.21 | 0.13 | 167 | 0.95 | 0.45 |
| Hex | 6 | DF | B0 | 61 | 0 | 15 | D | A7 | 5F | 2D |
| Octal | 6 | 337 | 260 | 141 | 0 | 25 | 15 | 247 | 137 | 55 |
| Binary | 110 | 11011111 | 10110000 | 1100001 | 0 | 10101 | 1101 | 10100111 | 1011111 | 101101 |
Color Harmonies of #06DFB0
Complementary color
Monochromatic Colors of #06DFB0
Black with #06DFB0
Text Example
Text Example
White with #06DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DFB0; }
p { color: rgb(6,223,176); }
H1.HeaderClassName
{
color: #06DFB0;
}
.AnyTagClassName
{
color: #06DFB0;
}
</style>
background-color css
<style>
a { background-color: #06DFB0; }
a { background-color: rgb(6,223,176); }
div.DivClassName
{
background-color: #06DFB0;
}
.BgClassName
{
background-color: #06DFB0;
}
</style>
border-color css
<style>
span { border-color: #06DFB0; }
span { border-color: rgb(6,223,176); }
td.TdClassName
{
border-color: #06DFB0;
}
.TagClassName
{
border-color: #06DFB0;
}
</style>