Shades of Caribbean Green #06BFAC
Tints of Caribbean Green #06BFAC
RGB
CMYK
RGB Variations
Color information
#06BFAC (or 0x06BFAC) is known color: Caribbean Green. HEX triplet: 06, BF and AC. RGB value is (6,191,172). Sum of RGB (Red+Green+Blue) = 6+191+172=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #06BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BFAC is #F94053. Grayscale: #858585. Windows color (decimal): -16334932 or 11321094. OLE color: 11321094.
HSL color Cylindrical-coordinate representation of color #06BFAC: hue angle of 173.84º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFAC is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 191 | 172 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.25 |
| HSL | 173.84º | 0.94% | 0.39% | - |
| HSV(B) | 173.84º | 0.97% | 0.75% | - |
| XYZ | 26.15 | 40.28 | 45.43 | - |
| YUV | 133.52 | 149.71 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 172 | 0.97 | 0 | 0.10 | 0.25 | 173.84 | 0.94 | 0.39 |
| Hex | 6 | BF | AC | 61 | 0 | A | 19 | AE | 5E | 27 |
| Octal | 6 | 277 | 254 | 141 | 0 | 12 | 31 | 256 | 136 | 47 |
| Binary | 110 | 10111111 | 10101100 | 1100001 | 0 | 1010 | 11001 | 10101110 | 1011110 | 100111 |
Color Harmonies of #06BFAC
Complementary color
Monochromatic Colors of #06BFAC
Black with #06BFAC
Text Example
Text Example
White with #06BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFAC; }
p { color: rgb(6,191,172); }
H1.HeaderClassName
{
color: #06BFAC;
}
.AnyTagClassName
{
color: #06BFAC;
}
</style>
background-color css
<style>
a { background-color: #06BFAC; }
a { background-color: rgb(6,191,172); }
div.DivClassName
{
background-color: #06BFAC;
}
.BgClassName
{
background-color: #06BFAC;
}
</style>
border-color css
<style>
span { border-color: #06BFAC; }
span { border-color: rgb(6,191,172); }
td.TdClassName
{
border-color: #06BFAC;
}
.TagClassName
{
border-color: #06BFAC;
}
</style>