Shades of Caribbean Green #06D9B1
Tints of Caribbean Green #06D9B1
RGB
CMYK
RGB Variations
Color information
#06D9B1 (or 0x06D9B1) is known color: Caribbean Green. HEX triplet: 06, D9 and B1. RGB value is (6,217,177). Sum of RGB (Red+Green+Blue) = 6+217+177=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #06D9B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D9B1 is #F9264E. Grayscale: #959595. Windows color (decimal): -16328271 or 11655430. OLE color: 11655430.
HSL color Cylindrical-coordinate representation of color #06D9B1: hue angle of 168.63º 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 #06D9B1 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 177 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.15 |
| HSL | 168.63º | 0.95% | 0.44% | - |
| HSV(B) | 168.63º | 0.97% | 0.85% | - |
| XYZ | 32.82 | 52.84 | 50.06 | - |
| YUV | 149.35 | 143.6 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 177 | 0.97 | 0 | 0.18 | 0.15 | 168.63 | 0.95 | 0.44 |
| Hex | 6 | D9 | B1 | 61 | 0 | 12 | F | A9 | 5F | 2C |
| Octal | 6 | 331 | 261 | 141 | 0 | 22 | 17 | 251 | 137 | 54 |
| Binary | 110 | 11011001 | 10110001 | 1100001 | 0 | 10010 | 1111 | 10101001 | 1011111 | 101100 |
Color Harmonies of #06D9B1
Complementary color
Monochromatic Colors of #06D9B1
Black with #06D9B1
Text Example
Text Example
White with #06D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D9B1; }
p { color: rgb(6,217,177); }
H1.HeaderClassName
{
color: #06D9B1;
}
.AnyTagClassName
{
color: #06D9B1;
}
</style>
background-color css
<style>
a { background-color: #06D9B1; }
a { background-color: rgb(6,217,177); }
div.DivClassName
{
background-color: #06D9B1;
}
.BgClassName
{
background-color: #06D9B1;
}
</style>
border-color css
<style>
span { border-color: #06D9B1; }
span { border-color: rgb(6,217,177); }
td.TdClassName
{
border-color: #06D9B1;
}
.TagClassName
{
border-color: #06D9B1;
}
</style>