Shades of Caribbean Green #06C49B
Tints of Caribbean Green #06C49B
RGB
CMYK
RGB Variations
Color information
#06C49B (or 0x06C49B) is known color: Caribbean Green. HEX triplet: 06, C4 and 9B. RGB value is (6,196,155). Sum of RGB (Red+Green+Blue) = 6+196+155=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #06C49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C49B is #F93B64. Grayscale: #868686. Windows color (decimal): -16333669 or 10208262. OLE color: 10208262.
HSL color Cylindrical-coordinate representation of color #06C49B: hue angle of 167.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C49B is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 196 | 155 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.23 |
| HSL | 167.05º | 0.94% | 0.4% | - |
| HSV(B) | 167.05º | 0.97% | 0.77% | - |
| XYZ | 25.73 | 41.89 | 37.74 | - |
| YUV | 134.52 | 139.55 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 196 | 155 | 0.97 | 0 | 0.21 | 0.23 | 167.05 | 0.94 | 0.4 |
| Hex | 6 | C4 | 9B | 61 | 0 | 15 | 17 | A7 | 5E | 28 |
| Octal | 6 | 304 | 233 | 141 | 0 | 25 | 27 | 247 | 136 | 50 |
| Binary | 110 | 11000100 | 10011011 | 1100001 | 0 | 10101 | 10111 | 10100111 | 1011110 | 101000 |
Color Harmonies of #06C49B
Complementary color
Monochromatic Colors of #06C49B
Black with #06C49B
Text Example
Text Example
White with #06C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C49B; }
p { color: rgb(6,196,155); }
H1.HeaderClassName
{
color: #06C49B;
}
.AnyTagClassName
{
color: #06C49B;
}
</style>
background-color css
<style>
a { background-color: #06C49B; }
a { background-color: rgb(6,196,155); }
div.DivClassName
{
background-color: #06C49B;
}
.BgClassName
{
background-color: #06C49B;
}
</style>
border-color css
<style>
span { border-color: #06C49B; }
span { border-color: rgb(6,196,155); }
td.TdClassName
{
border-color: #06C49B;
}
.TagClassName
{
border-color: #06C49B;
}
</style>