Shades of Caribbean Green #06BB8D
Tints of Caribbean Green #06BB8D
RGB
CMYK
RGB Variations
Color information
#06BB8D (or 0x06BB8D) is known color: Caribbean Green. HEX triplet: 06, BB and 8D. RGB value is (6,187,141). Sum of RGB (Red+Green+Blue) = 6+187+141=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BB8D is #F94472. Grayscale: #7F7F7F. Windows color (decimal): -16335987 or 9288454. OLE color: 9288454.
HSL color Cylindrical-coordinate representation of color #06BB8D: hue angle of 164.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BB8D is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 187 | 141 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.27 |
| HSL | 164.75º | 0.94% | 0.38% | - |
| HSV(B) | 164.75º | 0.97% | 0.73% | - |
| XYZ | 22.65 | 37.5 | 31.24 | - |
| YUV | 127.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 141 | 0.97 | 0 | 0.25 | 0.27 | 164.75 | 0.94 | 0.38 |
| Hex | 6 | BB | 8D | 61 | 0 | 19 | 1B | A5 | 5E | 26 |
| Octal | 6 | 273 | 215 | 141 | 0 | 31 | 33 | 245 | 136 | 46 |
| Binary | 110 | 10111011 | 10001101 | 1100001 | 0 | 11001 | 11011 | 10100101 | 1011110 | 100110 |
Color Harmonies of #06BB8D
Complementary color
Monochromatic Colors of #06BB8D
Black with #06BB8D
Text Example
Text Example
White with #06BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BB8D; }
p { color: rgb(6,187,141); }
H1.HeaderClassName
{
color: #06BB8D;
}
.AnyTagClassName
{
color: #06BB8D;
}
</style>
background-color css
<style>
a { background-color: #06BB8D; }
a { background-color: rgb(6,187,141); }
div.DivClassName
{
background-color: #06BB8D;
}
.BgClassName
{
background-color: #06BB8D;
}
</style>
border-color css
<style>
span { border-color: #06BB8D; }
span { border-color: rgb(6,187,141); }
td.TdClassName
{
border-color: #06BB8D;
}
.TagClassName
{
border-color: #06BB8D;
}
</style>