Shades of Caribbean Green #06D38B
Tints of Caribbean Green #06D38B
RGB
CMYK
RGB Variations
Color information
#06D38B (or 0x06D38B) is known color: Caribbean Green. HEX triplet: 06, D3 and 8B. RGB value is (6,211,139). Sum of RGB (Red+Green+Blue) = 6+211+139=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #06D38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D38B is #F92C74. Grayscale: #8D8D8D. Windows color (decimal): -16329845 or 9163526. OLE color: 9163526.
HSL color Cylindrical-coordinate representation of color #06D38B: hue angle of 158.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D38B is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 211 | 139 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.17 |
| HSL | 158.93º | 0.94% | 0.43% | - |
| HSV(B) | 158.93º | 0.97% | 0.83% | - |
| XYZ | 28.03 | 48.49 | 32.31 | - |
| YUV | 141.5 | 126.58 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 139 | 0.97 | 0 | 0.34 | 0.17 | 158.93 | 0.94 | 0.43 |
| Hex | 6 | D3 | 8B | 61 | 0 | 22 | 11 | 9F | 5E | 2B |
| Octal | 6 | 323 | 213 | 141 | 0 | 42 | 21 | 237 | 136 | 53 |
| Binary | 110 | 11010011 | 10001011 | 1100001 | 0 | 100010 | 10001 | 10011111 | 1011110 | 101011 |
Color Harmonies of #06D38B
Complementary color
Monochromatic Colors of #06D38B
Black with #06D38B
Text Example
Text Example
White with #06D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D38B; }
p { color: rgb(6,211,139); }
H1.HeaderClassName
{
color: #06D38B;
}
.AnyTagClassName
{
color: #06D38B;
}
</style>
background-color css
<style>
a { background-color: #06D38B; }
a { background-color: rgb(6,211,139); }
div.DivClassName
{
background-color: #06D38B;
}
.BgClassName
{
background-color: #06D38B;
}
</style>
border-color css
<style>
span { border-color: #06D38B; }
span { border-color: rgb(6,211,139); }
td.TdClassName
{
border-color: #06D38B;
}
.TagClassName
{
border-color: #06D38B;
}
</style>