Shades of Caribbean Green #06C098
Tints of Caribbean Green #06C098
RGB
CMYK
RGB Variations
Color information
#06C098 (or 0x06C098) is known color: Caribbean Green. HEX triplet: 06, C0 and 98. RGB value is (6,192,152). Sum of RGB (Red+Green+Blue) = 6+192+152=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #06C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C098 is #F93F67. Grayscale: #838383. Windows color (decimal): -16334696 or 10010630. OLE color: 10010630.
HSL color Cylindrical-coordinate representation of color #06C098: hue angle of 167.1º 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 #06C098 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 152 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.25 |
| HSL | 167.1º | 0.94% | 0.39% | - |
| HSV(B) | 167.1º | 0.97% | 0.75% | - |
| XYZ | 24.59 | 40.01 | 36.13 | - |
| YUV | 131.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 152 | 0.97 | 0 | 0.21 | 0.25 | 167.1 | 0.94 | 0.39 |
| Hex | 6 | C0 | 98 | 61 | 0 | 15 | 19 | A7 | 5E | 27 |
| Octal | 6 | 300 | 230 | 141 | 0 | 25 | 31 | 247 | 136 | 47 |
| Binary | 110 | 11000000 | 10011000 | 1100001 | 0 | 10101 | 11001 | 10100111 | 1011110 | 100111 |
Color Harmonies of #06C098
Complementary color
Monochromatic Colors of #06C098
Black with #06C098
Text Example
Text Example
White with #06C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C098; }
p { color: rgb(6,192,152); }
H1.HeaderClassName
{
color: #06C098;
}
.AnyTagClassName
{
color: #06C098;
}
</style>
background-color css
<style>
a { background-color: #06C098; }
a { background-color: rgb(6,192,152); }
div.DivClassName
{
background-color: #06C098;
}
.BgClassName
{
background-color: #06C098;
}
</style>
border-color css
<style>
span { border-color: #06C098; }
span { border-color: rgb(6,192,152); }
td.TdClassName
{
border-color: #06C098;
}
.TagClassName
{
border-color: #06C098;
}
</style>