Shades of Caribbean Green #06BC8C
Tints of Caribbean Green #06BC8C
RGB
CMYK
RGB Variations
Color information
#06BC8C (or 0x06BC8C) is known color: Caribbean Green. HEX triplet: 06, BC and 8C. RGB value is (6,188,140). Sum of RGB (Red+Green+Blue) = 6+188+140=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BC8C is #F94373. Grayscale: #808080. Windows color (decimal): -16335732 or 9223174. OLE color: 9223174.
HSL color Cylindrical-coordinate representation of color #06BC8C: hue angle of 164.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC8C is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 140 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.26 |
| HSL | 164.18º | 0.94% | 0.38% | - |
| HSV(B) | 164.18º | 0.97% | 0.74% | - |
| XYZ | 22.79 | 37.9 | 30.92 | - |
| YUV | 128.11 | 134.7 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 140 | 0.97 | 0 | 0.26 | 0.26 | 164.18 | 0.94 | 0.38 |
| Hex | 6 | BC | 8C | 61 | 0 | 1A | 1A | A4 | 5E | 26 |
| Octal | 6 | 274 | 214 | 141 | 0 | 32 | 32 | 244 | 136 | 46 |
| Binary | 110 | 10111100 | 10001100 | 1100001 | 0 | 11010 | 11010 | 10100100 | 1011110 | 100110 |
Color Harmonies of #06BC8C
Complementary color
Monochromatic Colors of #06BC8C
Black with #06BC8C
Text Example
Text Example
White with #06BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC8C; }
p { color: rgb(6,188,140); }
H1.HeaderClassName
{
color: #06BC8C;
}
.AnyTagClassName
{
color: #06BC8C;
}
</style>
background-color css
<style>
a { background-color: #06BC8C; }
a { background-color: rgb(6,188,140); }
div.DivClassName
{
background-color: #06BC8C;
}
.BgClassName
{
background-color: #06BC8C;
}
</style>
border-color css
<style>
span { border-color: #06BC8C; }
span { border-color: rgb(6,188,140); }
td.TdClassName
{
border-color: #06BC8C;
}
.TagClassName
{
border-color: #06BC8C;
}
</style>